public class CancelFlowRequest extends AbstractModel
Constructor and Description |
---|
CancelFlowRequest() |
CancelFlowRequest(CancelFlowRequest 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 |
---|---|
Agent |
getAgent()
Get 应用相关信息
|
String |
getCancelMessage()
Get 撤销原因,最长200个字符;
|
String |
getFlowId()
Get 签署流程id
|
UserInfo |
getOperator()
Get 调用方用户信息,userId 必填
|
void |
setAgent(Agent Agent)
Set 应用相关信息
|
void |
setCancelMessage(String CancelMessage)
Set 撤销原因,最长200个字符;
|
void |
setFlowId(String FlowId)
Set 签署流程id
|
void |
setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填
|
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 CancelFlowRequest()
public CancelFlowRequest(CancelFlowRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 调用方用户信息,userId 必填public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 签署流程idpublic String getCancelMessage()
public void setCancelMessage(String CancelMessage)
CancelMessage
- 撤销原因,最长200个字符;public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用相关信息Copyright © 2022. All rights reserved.