public class FlowApproverUrlInfo extends AbstractModel
Constructor and Description |
---|
FlowApproverUrlInfo() |
FlowApproverUrlInfo(FlowApproverUrlInfo 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 |
getApproverType()
Get 签署人类型 PERSON-个人
|
String |
getMobile()
Get 签署人手机号
|
String |
getName()
Get 签署人姓名
|
String |
getSignUrl()
Get 签署链接,注意该链接有效期为30分钟,同时需要注意保密,不要外泄给无关用户。
|
void |
setApproverType(String ApproverType)
Set 签署人类型 PERSON-个人
|
void |
setMobile(String Mobile)
Set 签署人手机号
|
void |
setName(String Name)
Set 签署人姓名
|
void |
setSignUrl(String SignUrl)
Set 签署链接,注意该链接有效期为30分钟,同时需要注意保密,不要外泄给无关用户。
|
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 FlowApproverUrlInfo()
public FlowApproverUrlInfo(FlowApproverUrlInfo source)
public String getSignUrl()
public void setSignUrl(String SignUrl)
SignUrl
- 签署链接,注意该链接有效期为30分钟,同时需要注意保密,不要外泄给无关用户。public String getMobile()
public void setMobile(String Mobile)
Mobile
- 签署人手机号public String getName()
public void setName(String Name)
Name
- 签署人姓名public String getApproverType()
public void setApproverType(String ApproverType)
ApproverType
- 签署人类型 PERSON-个人Copyright © 2023. All rights reserved.