public class ApproverItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApproverItem() |
ApproverItem(ApproverItem 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 |
getApproverRoleName()
Get 签署方角色名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecipientId()
Get 签署方角色编号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSignId()
Get 签署方唯一编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApproverRoleName(String ApproverRoleName)
Set 签署方角色名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecipientId(String RecipientId)
Set 签署方角色编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSignId(String SignId)
Set 签署方唯一编号
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ApproverItem()
public ApproverItem(ApproverItem source)
public String getSignId()
public void setSignId(String SignId)
SignId
- 签署方唯一编号
注意:此字段可能返回 null,表示取不到有效值。public String getRecipientId()
public void setRecipientId(String RecipientId)
RecipientId
- 签署方角色编号
注意:此字段可能返回 null,表示取不到有效值。public String getApproverRoleName()
public void setApproverRoleName(String ApproverRoleName)
ApproverRoleName
- 签署方角色名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.