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 用户组数。
|
Long |
getGroupQuota()
Get 用户组配额。
|
Long |
getRoleConfigurationCount()
Get 权限配置数
|
Long |
getRoleConfigurationQuota()
Get 权限配置配额。
|
Long |
getRoleConfigurationSyncCount()
Get 同步角色数。
|
Long |
getSystemPolicyPerRoleConfigurationQuota()
Get 权限配置绑定的系统策略配额。
|
Long |
getUserCount()
Get 用户数。
|
Long |
getUserProvisioningCount()
Get 同步用户数。
|
Long |
getUserQuota()
Get 用户配额。
|
void |
setGroupCount(Long GroupCount)
Set 用户组数。
|
void |
setGroupQuota(Long GroupQuota)
Set 用户组配额。
|
void |
setRoleConfigurationCount(Long RoleConfigurationCount)
Set 权限配置数
|
void |
setRoleConfigurationQuota(Long RoleConfigurationQuota)
Set 权限配置配额。
|
void |
setRoleConfigurationSyncCount(Long RoleConfigurationSyncCount)
Set 同步角色数。
|
void |
setSystemPolicyPerRoleConfigurationQuota(Long SystemPolicyPerRoleConfigurationQuota)
Set 权限配置绑定的系统策略配额。
|
void |
setUserCount(Long UserCount)
Set 用户数。
|
void |
setUserProvisioningCount(Long UserProvisioningCount)
Set 同步用户数。
|
void |
setUserQuota(Long UserQuota)
Set 用户配额。
|
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, toJsonString
public ZoneStatistics()
public ZoneStatistics(ZoneStatistics source)
public Long getUserQuota()
public void setUserQuota(Long UserQuota)
UserQuota
- 用户配额。public Long getGroupQuota()
public void setGroupQuota(Long GroupQuota)
GroupQuota
- 用户组配额。public Long getRoleConfigurationQuota()
public void setRoleConfigurationQuota(Long RoleConfigurationQuota)
RoleConfigurationQuota
- 权限配置配额。public Long getSystemPolicyPerRoleConfigurationQuota()
public void setSystemPolicyPerRoleConfigurationQuota(Long SystemPolicyPerRoleConfigurationQuota)
SystemPolicyPerRoleConfigurationQuota
- 权限配置绑定的系统策略配额。public Long getUserCount()
public void setUserCount(Long UserCount)
UserCount
- 用户数。public Long getGroupCount()
public void setGroupCount(Long GroupCount)
GroupCount
- 用户组数。public Long getRoleConfigurationCount()
public void setRoleConfigurationCount(Long RoleConfigurationCount)
RoleConfigurationCount
- 权限配置数public Long getUserProvisioningCount()
public void setUserProvisioningCount(Long UserProvisioningCount)
UserProvisioningCount
- 同步用户数。public Long getRoleConfigurationSyncCount()
public void setRoleConfigurationSyncCount(Long RoleConfigurationSyncCount)
RoleConfigurationSyncCount
- 同步角色数。Copyright © 2025. All rights reserved.