Class SuccessUpdateStaffData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.SuccessUpdateStaffData
-
public class SuccessUpdateStaffData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SuccessUpdateStaffData()
SuccessUpdateStaffData(SuccessUpdateStaffData 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
getDisplayName()
Get 传入的用户名称String
getMobile()
Get 传入的手机号,没有打码String
getUserId()
Get 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。void
setDisplayName(String DisplayName)
Set 传入的用户名称void
setMobile(String Mobile)
Set 传入的手机号,没有打码void
setUserId(String UserId)
Set 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。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
-
SuccessUpdateStaffData
public SuccessUpdateStaffData()
-
SuccessUpdateStaffData
public SuccessUpdateStaffData(SuccessUpdateStaffData 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 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。- Returns:
- UserId 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
-
setUserId
public void setUserId(String UserId)
Set 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。- Parameters:
UserId
- 员工在腾讯电子签平台的唯一身份标识,为32位字符串。 可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
-
-