public class SuccessDeleteStaffData extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SuccessDeleteStaffData()
public SuccessDeleteStaffData(SuccessDeleteStaffData 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 © 2025. All rights reserved.