public class ChannelCreateBatchCancelFlowUrlResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChannelCreateBatchCancelFlowUrlResponse() |
ChannelCreateBatchCancelFlowUrlResponse(ChannelCreateBatchCancelFlowUrlResponse 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 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
注:生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
|
String[] |
getFailMessages()
Get 与入参的FlowIds数组一致, 成功生成到撤销链接中,则为"", 不能撤销合同则为失败原因
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getUrlExpireOn()
Get 签署撤销链接的过期时间(格式为:年-月-日 时:分:秒), 默认是生成链接的24小时后失效
|
void |
setBatchCancelFlowUrl(String BatchCancelFlowUrl)
Set 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
注:生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)
|
void |
setFailMessages(String[] FailMessages)
Set 与入参的FlowIds数组一致, 成功生成到撤销链接中,则为"", 不能撤销合同则为失败原因
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setUrlExpireOn(String UrlExpireOn)
Set 签署撤销链接的过期时间(格式为:年-月-日 时:分:秒), 默认是生成链接的24小时后失效
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChannelCreateBatchCancelFlowUrlResponse()
public ChannelCreateBatchCancelFlowUrlResponse(ChannelCreateBatchCancelFlowUrlResponse source)
public String getBatchCancelFlowUrl()
public void setBatchCancelFlowUrl(String BatchCancelFlowUrl)
BatchCancelFlowUrl
- 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
注:生成的链路后面不能再增加参数(会出现覆盖链接中已有参数导致错误)public String[] getFailMessages()
public void setFailMessages(String[] FailMessages)
FailMessages
- 与入参的FlowIds数组一致, 成功生成到撤销链接中,则为"", 不能撤销合同则为失败原因public String getUrlExpireOn()
public void setUrlExpireOn(String UrlExpireOn)
UrlExpireOn
- 签署撤销链接的过期时间(格式为:年-月-日 时:分:秒), 默认是生成链接的24小时后失效public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.