Package org.alfresco.rest.api.model
Class RepositoryInfo.LicenseEntitlement
- java.lang.Object
-
- org.alfresco.rest.api.model.RepositoryInfo.LicenseEntitlement
-
- Enclosing class:
- RepositoryInfo
public static class RepositoryInfo.LicenseEntitlement extends java.lang.Object
Representation of the license's entitlement.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description LicenseEntitlement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsClusterEnabled()
boolean
getIsCryptodocEnabled()
java.lang.Long
getMaxDocs()
java.lang.Long
getMaxUsers()
RepositoryInfo.LicenseEntitlement
setClusterEnabled(boolean clusterEnabled)
RepositoryInfo.LicenseEntitlement
setCryptodocEnabled(boolean cryptodocEnabled)
RepositoryInfo.LicenseEntitlement
setMaxDocs(java.lang.Long maxDocs)
RepositoryInfo.LicenseEntitlement
setMaxUsers(java.lang.Long maxUsers)
java.lang.String
toString()
-
-
-
Method Detail
-
getMaxUsers
public java.lang.Long getMaxUsers()
-
setMaxUsers
public RepositoryInfo.LicenseEntitlement setMaxUsers(java.lang.Long maxUsers)
-
getMaxDocs
public java.lang.Long getMaxDocs()
-
setMaxDocs
public RepositoryInfo.LicenseEntitlement setMaxDocs(java.lang.Long maxDocs)
-
getIsClusterEnabled
public boolean getIsClusterEnabled()
-
setClusterEnabled
public RepositoryInfo.LicenseEntitlement setClusterEnabled(boolean clusterEnabled)
-
getIsCryptodocEnabled
public boolean getIsCryptodocEnabled()
-
setCryptodocEnabled
public RepositoryInfo.LicenseEntitlement setCryptodocEnabled(boolean cryptodocEnabled)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-