public class CancelFailureFlow extends AbstractModel
header, skipSign
Constructor and Description |
---|
CancelFailureFlow() |
CancelFailureFlow(CancelFailureFlow 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 |
getFlowId()
Get 签署流程编号,为32位字符串
|
String |
getReason()
Get 撤销失败原因
|
void |
setFlowId(String FlowId)
Set 签署流程编号,为32位字符串
|
void |
setReason(String Reason)
Set 撤销失败原因
|
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 CancelFailureFlow()
public CancelFailureFlow(CancelFailureFlow source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 签署流程编号,为32位字符串public String getReason()
public void setReason(String Reason)
Reason
- 撤销失败原因Copyright © 2024. All rights reserved.