public class TaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskInfo() |
TaskInfo(TaskInfo 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 |
getFailureReason()
Get Cause of the failure.
|
String |
getPrincipalId()
Get Identity ID for the user authorization.
|
String |
getPrincipalType()
Get Identity type for the user authorization.
|
String |
getRoleConfigurationId()
Get Permission configuration ID.
|
String |
getRoleConfigurationName()
Get Permission configuration name.
|
String |
getStatus()
Get InProgress: The task is being executed; Success: The task execution succeeded; Failed: The task execution failed.
|
String |
getTargetType()
Get Type of the synchronized target account.
|
Long |
getTargetUin()
Get UIN of the authorized target member account.
|
String |
getTaskId()
Get Task ID.
|
String |
getTaskType()
Get Task type.
|
void |
setFailureReason(String FailureReason)
Set Cause of the failure.
|
void |
setPrincipalId(String PrincipalId)
Set Identity ID for the user authorization.
|
void |
setPrincipalType(String PrincipalType)
Set Identity type for the user authorization.
|
void |
setRoleConfigurationId(String RoleConfigurationId)
Set Permission configuration ID.
|
void |
setRoleConfigurationName(String RoleConfigurationName)
Set Permission configuration name.
|
void |
setStatus(String Status)
Set InProgress: The task is being executed; Success: The task execution succeeded; Failed: The task execution failed.
|
void |
setTargetType(String TargetType)
Set Type of the synchronized target account.
|
void |
setTargetUin(Long TargetUin)
Set UIN of the authorized target member account.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
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 TaskInfo()
public TaskInfo(TaskInfo 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 member account.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Type of the synchronized target account. ManagerUin: admin account; MemberUin: member account.public String getPrincipalId()
public void setPrincipalId(String PrincipalId)
PrincipalId
- Identity ID for the user authorization. If the identity type is CIC user, it is the user ID; if the identity type is user group, it is the user group ID.public String getPrincipalType()
public void setPrincipalType(String PrincipalType)
PrincipalType
- Identity type for the user authorization. User: CIC user; Group: CIC user group.public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type.public String getStatus()
public void setStatus(String Status)
Status
- InProgress: The task is being executed; Success: The task execution succeeded; Failed: The task execution failed.public String getFailureReason()
public void setFailureReason(String FailureReason)
FailureReason
- Cause of the failure.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.