Class SuccessDeleteStaffData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.SuccessDeleteStaffData
-
public class SuccessDeleteStaffData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SuccessDeleteStaffData()SuccessDeleteStaffData(SuccessDeleteStaffData 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 员工手机号StringgetUserId()Get 员工在电子签平台的idvoidsetDisplayName(String DisplayName)Set 员工名voidsetMobile(String Mobile)Set 员工手机号voidsetUserId(String UserId)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
-
SuccessDeleteStaffData
public SuccessDeleteStaffData()
-
SuccessDeleteStaffData
public SuccessDeleteStaffData(SuccessDeleteStaffData 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- 员工手机号
-
getUserId
public String getUserId()
Get 员工在电子签平台的id- Returns:
- UserId 员工在电子签平台的id
-
setUserId
public void setUserId(String UserId)
Set 员工在电子签平台的id- Parameters:
UserId- 员工在电子签平台的id
-
-