public class ApproverRestriction extends AbstractModel
Constructor and Description |
---|
ApproverRestriction() |
ApproverRestriction(ApproverRestriction 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 |
getIdCardNumber()
Get 指定签署人证件号码
|
String |
getIdCardType()
Get 指定签署人证件类型
|
String |
getMobile()
Get 指定签署人手机号
|
String |
getName()
Get 指定签署人名字
|
void |
setIdCardNumber(String IdCardNumber)
Set 指定签署人证件号码
|
void |
setIdCardType(String IdCardType)
Set 指定签署人证件类型
|
void |
setMobile(String Mobile)
Set 指定签署人手机号
|
void |
setName(String Name)
Set 指定签署人名字
|
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 ApproverRestriction()
public ApproverRestriction(ApproverRestriction source)
public String getName()
public void setName(String Name)
Name
- 指定签署人名字public String getMobile()
public void setMobile(String Mobile)
Mobile
- 指定签署人手机号public String getIdCardType()
public void setIdCardType(String IdCardType)
IdCardType
- 指定签署人证件类型public String getIdCardNumber()
public void setIdCardNumber(String IdCardNumber)
IdCardNumber
- 指定签署人证件号码Copyright © 2023. All rights reserved.