Class FailedDeleteStaffData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.FailedDeleteStaffData
-
public class FailedDeleteStaffData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FailedDeleteStaffData()FailedDeleteStaffData(FailedDeleteStaffData 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 StringgetOpenId()Get 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。StringgetReason()Get 失败原因StringgetUserId()Get 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。voidsetOpenId(String OpenId)Set 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。voidsetReason(String Reason)Set 失败原因voidsetUserId(String UserId)Set 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
FailedDeleteStaffData
public FailedDeleteStaffData()
-
FailedDeleteStaffData
public FailedDeleteStaffData(FailedDeleteStaffData 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
-
getUserId
public String getUserId()
Get 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserId 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。
-
setUserId
public void setUserId(String UserId)
Set 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserId- 员工在电子签的userId 注意:此字段可能返回 null,表示取不到有效值。
-
getOpenId
public String getOpenId()
Get 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OpenId 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。
-
setOpenId
public void setOpenId(String OpenId)
Set 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OpenId- 员工在第三方平台的openId 注意:此字段可能返回 null,表示取不到有效值。
-
getReason
public String getReason()
Get 失败原因- Returns:
- Reason 失败原因
-
setReason
public void setReason(String Reason)
Set 失败原因- Parameters:
Reason- 失败原因
-
-