public class RoleProvisioningsTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
RoleProvisioningsTask() |
RoleProvisioningsTask(RoleProvisioningsTask 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 |
getRoleConfigurationName()
Get Permission configuration name.
|
String |
getTargetType()
Get Type of the synchronized target account of the Tencent Cloud Organization.
|
Long |
getTargetUin()
Get UIN of the authorized target account of the Tencent Cloud Organization.
|
String |
getTaskId()
Get Task ID.
|
String |
getTaskStatus()
Get Task status.
|
String |
getTaskType()
Get Task type.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setRoleConfigurationName(String RoleConfigurationName)
Set Permission configuration name.
|
void |
setTargetType(String TargetType)
Set Type of the synchronized target account of the Tencent Cloud Organization.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the authorized target account of the Tencent Cloud Organization.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
void |
setTaskStatus(String TaskStatus)
Set Task status.
|
void |
setTaskType(String TaskType)
Set Task type.
|
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 RoleProvisioningsTask()
public RoleProvisioningsTask(RoleProvisioningsTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getRoleConfigurationId()
public void setRoleConfigurationId(String RoleConfigurationId)
RoleConfigurationId
- Permission configuration ID.public String getRoleConfigurationName()
public void setRoleConfigurationName(String RoleConfigurationName)
RoleConfigurationName
- Permission configuration name.public Long getTargetUin()
public void setTargetUin(Long TargetUin)
TargetUin
- UIN of the authorized target account of the Tencent Cloud Organization.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.
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type.
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskStatus()
public void setTaskStatus(String TaskStatus)
TaskStatus
- Task status. InProgress: The task is in progress; Failed: The task failed; Success: The task succeeded.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.