public class ReleasedApprover extends AbstractModel
Constructor and Description |
---|
ReleasedApprover() |
ReleasedApprover(ReleasedApprover 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 |
getMobile()
Get 签署人手机号
|
String |
getName()
Get 签署人姓名,最大长度50个字符
|
String |
getRelievedApproverReceiptId()
Get 要替换的参与人在原合同参与人列表中的签署人编号,通过DescribeFlowInfo 接口获取(即FlowDetailInfos.
|
void |
setMobile(String Mobile)
Set 签署人手机号
|
void |
setName(String Name)
Set 签署人姓名,最大长度50个字符
|
void |
setRelievedApproverReceiptId(String RelievedApproverReceiptId)
Set 要替换的参与人在原合同参与人列表中的签署人编号,通过DescribeFlowInfo 接口获取(即FlowDetailInfos.
|
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 ReleasedApprover()
public ReleasedApprover(ReleasedApprover source)
public String getName()
public void setName(String Name)
Name
- 签署人姓名,最大长度50个字符public String getMobile()
public void setMobile(String Mobile)
Mobile
- 签署人手机号public String getRelievedApproverReceiptId()
public void setRelievedApproverReceiptId(String RelievedApproverReceiptId)
RelievedApproverReceiptId
- 要替换的参与人在原合同参与人列表中的签署人编号,通过DescribeFlowInfo 接口获取(即FlowDetailInfos. FlowApproverInfos 结构中的ReceiptId )Copyright © 2023. All rights reserved.