Class SuccessCreateStaffData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.SuccessCreateStaffData
-
public class SuccessCreateStaffData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SuccessCreateStaffData()
SuccessCreateStaffData(SuccessCreateStaffData 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
getNote()
Get 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。String
getUserId()
Get 员工在电子签平台的idString
getWeworkOpenId()
Get 传入的企微账号idvoid
setDisplayName(String DisplayName)
Set 员工名void
setMobile(String Mobile)
Set 员工手机号void
setNote(String Note)
Set 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。void
setUserId(String UserId)
Set 员工在电子签平台的idvoid
setWeworkOpenId(String WeworkOpenId)
Set 传入的企微账号idvoid
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
-
SuccessCreateStaffData
public SuccessCreateStaffData()
-
SuccessCreateStaffData
public SuccessCreateStaffData(SuccessCreateStaffData 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
-
getNote
public String getNote()
Get 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Note 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。
-
setNote
public void setNote(String Note)
Set 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Note
- 提示,当创建已存在未实名用户时,该字段有值 注意:此字段可能返回 null,表示取不到有效值。
-
getWeworkOpenId
public String getWeworkOpenId()
Get 传入的企微账号id- Returns:
- WeworkOpenId 传入的企微账号id
-
setWeworkOpenId
public void setWeworkOpenId(String WeworkOpenId)
Set 传入的企微账号id- Parameters:
WeworkOpenId
- 传入的企微账号id
-
-