Class FailedCreateStaffData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.FailedCreateStaffData
-
public class FailedCreateStaffData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FailedCreateStaffData()FailedCreateStaffData(FailedCreateStaffData 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 StringgetDisplayName()Get 员工名StringgetMobile()Get 员工手机号StringgetReason()Get 失败原因StringgetWeworkOpenId()Get 传入的企微账号idvoidsetDisplayName(String DisplayName)Set 员工名voidsetMobile(String Mobile)Set 员工手机号voidsetReason(String Reason)Set 失败原因voidsetWeworkOpenId(String WeworkOpenId)Set 传入的企微账号idvoidtoMap(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
-
FailedCreateStaffData
public FailedCreateStaffData()
-
FailedCreateStaffData
public FailedCreateStaffData(FailedCreateStaffData 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
-
getDisplayName
public String getDisplayName()
Get 员工名- Returns:
- DisplayName 员工名
-
setDisplayName
public void setDisplayName(String DisplayName)
Set 员工名- Parameters:
DisplayName- 员工名
-
getMobile
public String getMobile()
Get 员工手机号- Returns:
- Mobile 员工手机号
-
setMobile
public void setMobile(String Mobile)
Set 员工手机号- Parameters:
Mobile- 员工手机号
-
getWeworkOpenId
public String getWeworkOpenId()
Get 传入的企微账号id- Returns:
- WeworkOpenId 传入的企微账号id
-
setWeworkOpenId
public void setWeworkOpenId(String WeworkOpenId)
Set 传入的企微账号id- Parameters:
WeworkOpenId- 传入的企微账号id
-
getReason
public String getReason()
Get 失败原因- Returns:
- Reason 失败原因
-
setReason
public void setReason(String Reason)
Set 失败原因- Parameters:
Reason- 失败原因
-
-