public class Features extends Object
| Constructor and Description |
|---|
Features() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getUsers() |
int |
hashCode() |
boolean |
isCluster() |
boolean |
isCompliance() |
boolean |
isCustomBrand() |
boolean |
isFutureFeatures() |
boolean |
isGoogleOAuth() |
boolean |
isLdap() |
boolean |
isMetrics() |
boolean |
isMfa() |
boolean |
isMhpns() |
boolean |
isOffice365OAuth() |
boolean |
isPasswordRequirements() |
boolean |
isSaml() |
void |
setCluster(boolean cluster) |
void |
setCompliance(boolean compliance) |
void |
setCustomBrand(boolean customBrand) |
void |
setFutureFeatures(boolean futureFeatures) |
void |
setGoogleOAuth(boolean googleOAuth) |
void |
setLdap(boolean ldap) |
void |
setMetrics(boolean metrics) |
void |
setMfa(boolean mfa) |
void |
setMhpns(boolean mhpns) |
void |
setOffice365OAuth(boolean office365OAuth) |
void |
setPasswordRequirements(boolean passwordRequirements) |
void |
setSaml(boolean saml) |
void |
setUsers(int users) |
String |
toString() |
public int getUsers()
public boolean isLdap()
public boolean isMfa()
public boolean isGoogleOAuth()
public boolean isOffice365OAuth()
public boolean isCompliance()
public boolean isCluster()
public boolean isMetrics()
public boolean isCustomBrand()
public boolean isMhpns()
public boolean isSaml()
public boolean isPasswordRequirements()
public boolean isFutureFeatures()
public void setUsers(int users)
public void setLdap(boolean ldap)
public void setMfa(boolean mfa)
public void setGoogleOAuth(boolean googleOAuth)
public void setOffice365OAuth(boolean office365OAuth)
public void setCompliance(boolean compliance)
public void setCluster(boolean cluster)
public void setMetrics(boolean metrics)
public void setCustomBrand(boolean customBrand)
public void setMhpns(boolean mhpns)
public void setSaml(boolean saml)
public void setPasswordRequirements(boolean passwordRequirements)
public void setFutureFeatures(boolean futureFeatures)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.