public class SuccessCreateStaffData extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get 员工名
|
String |
getMobile()
Get 员工手机号
|
String |
getUserId()
Get 员工在电子签平台的id
|
void |
setDisplayName(String DisplayName)
Set 员工名
|
void |
setMobile(String Mobile)
Set 员工手机号
|
void |
setUserId(String UserId)
Set 员工在电子签平台的id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SuccessCreateStaffData()
public SuccessCreateStaffData(SuccessCreateStaffData source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- 员工名public String getMobile()
public void setMobile(String Mobile)
Mobile
- 员工手机号public String getUserId()
public void setUserId(String UserId)
UserId
- 员工在电子签平台的idCopyright © 2022. All rights reserved.