Class ChannelCreateBatchCancelFlowUrlResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateBatchCancelFlowUrlResponse
-
public class ChannelCreateBatchCancelFlowUrlResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchCancelFlowUrl()Get 批量撤销urlString[]getFailMessages()Get 签署流程批量撤销失败原因StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetUrlExpireOn()Get 签署撤销url过期时间-年月日-时分秒voidsetBatchCancelFlowUrl(String BatchCancelFlowUrl)Set 批量撤销urlvoidsetFailMessages(String[] FailMessages)Set 签署流程批量撤销失败原因voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUrlExpireOn(String UrlExpireOn)Set 签署撤销url过期时间-年月日-时分秒voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ChannelCreateBatchCancelFlowUrlResponse
public ChannelCreateBatchCancelFlowUrlResponse()
-
ChannelCreateBatchCancelFlowUrlResponse
public 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.
-
-
Method Detail
-
getBatchCancelFlowUrl
public String getBatchCancelFlowUrl()
Get 批量撤销url- Returns:
- BatchCancelFlowUrl 批量撤销url
-
setBatchCancelFlowUrl
public void setBatchCancelFlowUrl(String BatchCancelFlowUrl)
Set 批量撤销url- Parameters:
BatchCancelFlowUrl- 批量撤销url
-
getFailMessages
public String[] getFailMessages()
Get 签署流程批量撤销失败原因- Returns:
- FailMessages 签署流程批量撤销失败原因
-
setFailMessages
public void setFailMessages(String[] FailMessages)
Set 签署流程批量撤销失败原因- Parameters:
FailMessages- 签署流程批量撤销失败原因
-
getUrlExpireOn
public String getUrlExpireOn()
Get 签署撤销url过期时间-年月日-时分秒- Returns:
- UrlExpireOn 签署撤销url过期时间-年月日-时分秒
-
setUrlExpireOn
public void setUrlExpireOn(String UrlExpireOn)
Set 签署撤销url过期时间-年月日-时分秒- Parameters:
UrlExpireOn- 签署撤销url过期时间-年月日-时分秒
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-