public class CreateBatchCancelFlowUrlResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateBatchCancelFlowUrlResponse() | 
| CreateBatchCancelFlowUrlResponse(CreateBatchCancelFlowUrlResponse 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 | getBatchCancelFlowUrl()Get 批量撤回签署流程链接 | 
| String[] | getFailMessages()Get 签署流程撤回失败信息
数组里边的错误原因与传进来的FlowIds一一对应,如果是空字符串则标识没有出错 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| String | getTaskId()Get 批量撤销任务编号,为32位字符串,可用于[查询批量撤销签署流程任务结果](https://qian.tencent.com/developers/companyApis/operateFlows/CreateBatchCancelFlowUrl) 或关联[批量撤销任务结果回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E6%89%B9%E9%87%8F%E6%92%A4%E9%94%80%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83) | 
| String | getUrlExpireOn()Get 签署连接过期时间字符串:年月日-时分秒 | 
| void | setBatchCancelFlowUrl(String BatchCancelFlowUrl)Set 批量撤回签署流程链接 | 
| void | setFailMessages(String[] FailMessages)Set 签署流程撤回失败信息
数组里边的错误原因与传进来的FlowIds一一对应,如果是空字符串则标识没有出错 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTaskId(String TaskId)Set 批量撤销任务编号,为32位字符串,可用于[查询批量撤销签署流程任务结果](https://qian.tencent.com/developers/companyApis/operateFlows/CreateBatchCancelFlowUrl) 或关联[批量撤销任务结果回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E6%89%B9%E9%87%8F%E6%92%A4%E9%94%80%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83) | 
| void | setUrlExpireOn(String UrlExpireOn)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, toJsonStringpublic CreateBatchCancelFlowUrlResponse()
public CreateBatchCancelFlowUrlResponse(CreateBatchCancelFlowUrlResponse source)
public String getBatchCancelFlowUrl()
public void setBatchCancelFlowUrl(String BatchCancelFlowUrl)
BatchCancelFlowUrl - 批量撤回签署流程链接public String[] getFailMessages()
public void setFailMessages(String[] FailMessages)
FailMessages - 签署流程撤回失败信息
数组里边的错误原因与传进来的FlowIds一一对应,如果是空字符串则标识没有出错public String getUrlExpireOn()
public void setUrlExpireOn(String UrlExpireOn)
UrlExpireOn - 签署连接过期时间字符串:年月日-时分秒public String getTaskId()
public void setTaskId(String TaskId)
TaskId - 批量撤销任务编号,为32位字符串,可用于[查询批量撤销签署流程任务结果](https://qian.tencent.com/developers/companyApis/operateFlows/CreateBatchCancelFlowUrl) 或关联[批量撤销任务结果回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E6%89%B9%E9%87%8F%E6%92%A4%E9%94%80%E7%BB%93%E6%9E%9C%E5%9B%9E%E8%B0%83)public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.