Class FailedUsers
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ciam.v20220331.models.FailedUsers
-
public class FailedUsers extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FailedUsers()
FailedUsers(FailedUsers 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFailedReason()
Get 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。String
getFailedUserIdentification()
Get 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。void
setFailedReason(String FailedReason)
Set 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。void
setFailedUserIdentification(String FailedUserIdentification)
Set 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FailedUsers
public FailedUsers()
-
FailedUsers
public FailedUsers(FailedUsers 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.
-
-
Method Detail
-
getFailedUserIdentification
public String getFailedUserIdentification()
Get 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FailedUserIdentification 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。
-
setFailedUserIdentification
public void setFailedUserIdentification(String FailedUserIdentification)
Set 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FailedUserIdentification
- 失败用户标识 注意:此字段可能返回 null,表示取不到有效值。
-
getFailedReason
public String getFailedReason()
Get 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FailedReason 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
setFailedReason
public void setFailedReason(String FailedReason)
Set 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FailedReason
- 导入的用户失败原因 注意:此字段可能返回 null,表示取不到有效值。
-
-