public class ListPoliciesGrantingServiceAccessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListPoliciesGrantingServiceAccessRequest() |
ListPoliciesGrantingServiceAccessRequest(ListPoliciesGrantingServiceAccessRequest 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 |
getGroupId()
Get 用户组ID,与TargetUin、RoleId三选一必传
|
Long |
getRoleId()
Get 角色ID,与TargetUin、GroupId三选一必传
|
String |
getServiceType()
Get 服务名,查看服务授权接口详情时需传该字段
|
Long |
getTargetUin()
Get 子账号uin,与RoleId、GroupId三选一必传
|
void |
setGroupId(Long GroupId)
Set 用户组ID,与TargetUin、RoleId三选一必传
|
void |
setRoleId(Long RoleId)
Set 角色ID,与TargetUin、GroupId三选一必传
|
void |
setServiceType(String ServiceType)
Set 服务名,查看服务授权接口详情时需传该字段
|
void |
setTargetUin(Long TargetUin)
Set 子账号uin,与RoleId、GroupId三选一必传
|
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 ListPoliciesGrantingServiceAccessRequest()
public ListPoliciesGrantingServiceAccessRequest(ListPoliciesGrantingServiceAccessRequest source)
public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- 子账号uin,与RoleId、GroupId三选一必传public Long getRoleId()
public void setRoleId(Long RoleId)
RoleId
- 角色ID,与TargetUin、GroupId三选一必传public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 用户组ID,与TargetUin、RoleId三选一必传public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- 服务名,查看服务授权接口详情时需传该字段Copyright © 2024. All rights reserved.