public class GetAccountSummaryResponse extends AbstractModel
Constructor and Description |
---|
GetAccountSummaryResponse() |
GetAccountSummaryResponse(GetAccountSummaryResponse 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 |
getGroup()
Get 分组数
|
Long |
getIdps()
Get 身份提供商数
|
Long |
getMember()
Get 分组用户总数
|
Long |
getPolicies()
Get 策略数
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRoles()
Get 角色数
|
Long |
getUser()
Get 子账户数
|
void |
setGroup(Long Group)
Set 分组数
|
void |
setIdps(Long Idps)
Set 身份提供商数
|
void |
setMember(Long Member)
Set 分组用户总数
|
void |
setPolicies(Long Policies)
Set 策略数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setRoles(Long Roles)
Set 角色数
|
void |
setUser(Long User)
Set 子账户数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetAccountSummaryResponse()
public GetAccountSummaryResponse(GetAccountSummaryResponse source)
public Long getPolicies()
public void setPolicies(Long Policies)
Policies
- 策略数public Long getRoles()
public void setRoles(Long Roles)
Roles
- 角色数public Long getIdps()
public void setIdps(Long Idps)
Idps
- 身份提供商数public Long getUser()
public void setUser(Long User)
User
- 子账户数public Long getGroup()
public void setGroup(Long Group)
Group
- 分组数public Long getMember()
public void setMember(Long Member)
Member
- 分组用户总数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.