public class ProvisionRoleConfigurationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProvisionRoleConfigurationRequest() |
ProvisionRoleConfigurationRequest(ProvisionRoleConfigurationRequest 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 |
---|---|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
String |
getTargetType()
Get Type of the synchronized target account of the Tencent Cloud Organization.
|
Long |
getTargetUin()
Get UIN of the target account of the Tencent Cloud Organization.
|
String |
getZoneId()
Get Space ID.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setTargetType(String TargetType)
Set Type of the synchronized target account of the Tencent Cloud Organization.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the target account of the Tencent Cloud Organization.
|
void |
setZoneId(String ZoneId)
Set Space ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProvisionRoleConfigurationRequest()
public ProvisionRoleConfigurationRequest(ProvisionRoleConfigurationRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Type of the synchronized target account of the Tencent Cloud Organization. ManagerUin: admin account; MemberUin: member account.public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the target account of the Tencent Cloud Organization.Copyright © 2024. All rights reserved.