public class FillApproverInfo extends AbstractModel
skipSign
Constructor and Description |
---|
FillApproverInfo() |
FillApproverInfo(FillApproverInfo 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 |
getApproverSource()
Get 签署人来源
WEWORKAPP: 企业微信
|
String |
getCustomUserId()
Get 企业自定义账号ID
WEWORKAPP场景下指企业自有应用获取企微明文的userid
|
String |
getRecipientId()
Get 对应模板中的参与方ID
|
void |
setApproverSource(String ApproverSource)
Set 签署人来源
WEWORKAPP: 企业微信
|
void |
setCustomUserId(String CustomUserId)
Set 企业自定义账号ID
WEWORKAPP场景下指企业自有应用获取企微明文的userid
|
void |
setRecipientId(String RecipientId)
Set 对应模板中的参与方ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FillApproverInfo()
public FillApproverInfo(FillApproverInfo source)
public String getRecipientId()
public void setRecipientId(String RecipientId)
RecipientId
- 对应模板中的参与方IDpublic String getApproverSource()
public void setApproverSource(String ApproverSource)
ApproverSource
- 签署人来源
WEWORKAPP: 企业微信public String getCustomUserId()
public void setCustomUserId(String CustomUserId)
CustomUserId
- 企业自定义账号ID
WEWORKAPP场景下指企业自有应用获取企微明文的useridCopyright © 2023. All rights reserved.