public class DynamicFlowResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
DynamicFlowResult() |
DynamicFlowResult(DynamicFlowResult 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 |
---|---|
DynamicFlowApproverResult[] |
getDynamicFlowApproverList()
Get 动态合同签署人补充结果信息列表
|
String |
getFlowId()
Get 合同流程ID,为32位字符串。 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。 [点击查看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
|
void |
setDynamicFlowApproverList(DynamicFlowApproverResult[] DynamicFlowApproverList)
Set 动态合同签署人补充结果信息列表
|
void |
setFlowId(String FlowId)
Set 合同流程ID,为32位字符串。 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。 [点击查看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)
|
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 DynamicFlowResult()
public DynamicFlowResult(DynamicFlowResult source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同流程ID,为32位字符串。 建议开发者妥善保存此流程ID,以便于顺利进行后续操作。 [点击查看FlowId在控制台上的位置](https://qcloudimg.tencent-cloud.cn/raw/05af26573d5106763b4cfbb9f7c64b41.png)public DynamicFlowApproverResult[] getDynamicFlowApproverList()
public void setDynamicFlowApproverList(DynamicFlowApproverResult[] DynamicFlowApproverList)
DynamicFlowApproverList
- 动态合同签署人补充结果信息列表Copyright © 2025. All rights reserved.