public class ZoneStatistics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ZoneStatistics()  | 
ZoneStatistics(ZoneStatistics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getGroupCount()
Get Number of user groups. 
 | 
Long | 
getGroupQuota()
Get User group quota. 
 | 
Long | 
getRoleConfigurationCount()
Get Number of permission configurations. 
 | 
Long | 
getRoleConfigurationQuota()
Get Permission configuration quota. 
 | 
Long | 
getRoleConfigurationSyncCount()
Get Number of synchronized roles. 
 | 
Long | 
getSystemPolicyPerRoleConfigurationQuota()
Get System policy quota bound to the permission configuration. 
 | 
Long | 
getUserCount()
Get Number of users. 
 | 
Long | 
getUserProvisioningCount()
Get Number of synchronized users. 
 | 
Long | 
getUserQuota()
Get User quota. 
 | 
void | 
setGroupCount(Long GroupCount)
Set Number of user groups. 
 | 
void | 
setGroupQuota(Long GroupQuota)
Set User group quota. 
 | 
void | 
setRoleConfigurationCount(Long RoleConfigurationCount)
Set Number of permission configurations. 
 | 
void | 
setRoleConfigurationQuota(Long RoleConfigurationQuota)
Set Permission configuration quota. 
 | 
void | 
setRoleConfigurationSyncCount(Long RoleConfigurationSyncCount)
Set Number of synchronized roles. 
 | 
void | 
setSystemPolicyPerRoleConfigurationQuota(Long SystemPolicyPerRoleConfigurationQuota)
Set System policy quota bound to the permission configuration. 
 | 
void | 
setUserCount(Long UserCount)
Set Number of users. 
 | 
void | 
setUserProvisioningCount(Long UserProvisioningCount)
Set Number of synchronized users. 
 | 
void | 
setUserQuota(Long UserQuota)
Set User quota. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ZoneStatistics()
public ZoneStatistics(ZoneStatistics source)
public Long getUserQuota()
public void setUserQuota(Long UserQuota)
UserQuota - User quota.public Long getGroupQuota()
public void setGroupQuota(Long GroupQuota)
GroupQuota - User group quota.public Long getRoleConfigurationQuota()
public void setRoleConfigurationQuota(Long RoleConfigurationQuota)
RoleConfigurationQuota - Permission configuration quota.public Long getSystemPolicyPerRoleConfigurationQuota()
public void setSystemPolicyPerRoleConfigurationQuota(Long SystemPolicyPerRoleConfigurationQuota)
SystemPolicyPerRoleConfigurationQuota - System policy quota bound to the permission configuration.public Long getUserCount()
public void setUserCount(Long UserCount)
UserCount - Number of users.public Long getGroupCount()
public void setGroupCount(Long GroupCount)
GroupCount - Number of user groups.public Long getRoleConfigurationCount()
public void setRoleConfigurationCount(Long RoleConfigurationCount)
RoleConfigurationCount - Number of permission configurations.public Long getUserProvisioningCount()
public void setUserProvisioningCount(Long UserProvisioningCount)
UserProvisioningCount - Number of synchronized users.public Long getRoleConfigurationSyncCount()
public void setRoleConfigurationSyncCount(Long RoleConfigurationSyncCount)
RoleConfigurationSyncCount - Number of synchronized roles.Copyright © 2025. All rights reserved.