public class CreateBatchCancelFlowUrlResponse extends AbstractModel
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 签署流程撤回失败信息
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getUrlExpireOn()
Get 签署连接过期时间字符串:年月日-时分秒
|
void |
setBatchCancelFlowUrl(String BatchCancelFlowUrl)
Set 批量撤回签署流程链接
|
void |
setFailMessages(String[] FailMessages)
Set 签署流程撤回失败信息
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setUrlExpireOn(String UrlExpireOn)
Set 签署连接过期时间字符串:年月日-时分秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateBatchCancelFlowUrlResponse()
public CreateBatchCancelFlowUrlResponse(CreateBatchCancelFlowUrlResponse source)
public String getBatchCancelFlowUrl()
public void setBatchCancelFlowUrl(String BatchCancelFlowUrl)
BatchCancelFlowUrl
- 批量撤回签署流程链接public String[] getFailMessages()
public void setFailMessages(String[] FailMessages)
FailMessages
- 签署流程撤回失败信息public String getUrlExpireOn()
public void setUrlExpireOn(String UrlExpireOn)
UrlExpireOn
- 签署连接过期时间字符串:年月日-时分秒public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.