Class ChannelBatchCancelFlowsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelBatchCancelFlowsRequest
-
public class ChannelBatchCancelFlowsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelBatchCancelFlowsRequest()
ChannelBatchCancelFlowsRequest(ChannelBatchCancelFlowsRequest 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 Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.String
getCancelMessage()
Get 撤销理由,不超过200个字符Long
getCancelMessageFormat()
Get 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】String[]
getFlowIds()
Get 签署流程Id数组,最多100个,超过100不处理UserInfo
getOperator()
Deprecated.void
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.void
setCancelMessage(String CancelMessage)
Set 撤销理由,不超过200个字符void
setCancelMessageFormat(Long CancelMessageFormat)
Set 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】void
setFlowIds(String[] FlowIds)
Set 签署流程Id数组,最多100个,超过100不处理void
setOperator(UserInfo Operator)
Deprecated.void
toMap(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
-
ChannelBatchCancelFlowsRequest
public ChannelBatchCancelFlowsRequest()
-
ChannelBatchCancelFlowsRequest
public ChannelBatchCancelFlowsRequest(ChannelBatchCancelFlowsRequest 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
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getFlowIds
public String[] getFlowIds()
Get 签署流程Id数组,最多100个,超过100不处理- Returns:
- FlowIds 签署流程Id数组,最多100个,超过100不处理
-
setFlowIds
public void setFlowIds(String[] FlowIds)
Set 签署流程Id数组,最多100个,超过100不处理- Parameters:
FlowIds
- 签署流程Id数组,最多100个,超过100不处理
-
getCancelMessage
public String getCancelMessage()
Get 撤销理由,不超过200个字符- Returns:
- CancelMessage 撤销理由,不超过200个字符
-
setCancelMessage
public void setCancelMessage(String CancelMessage)
Set 撤销理由,不超过200个字符- Parameters:
CancelMessage
- 撤销理由,不超过200个字符
-
getCancelMessageFormat
public Long getCancelMessageFormat()
Get 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】- Returns:
- CancelMessageFormat 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
-
setCancelMessageFormat
public void setCancelMessageFormat(Long CancelMessageFormat)
Set 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】- Parameters:
CancelMessageFormat
- 撤销理由自定义格式;选项: - 0 默认格式 - 1 只保留身份信息:展示为【发起方】 - 2 保留身份信息+企业名称:展示为【发起方xxx公司】 - 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 暂未开放- Returns:
- Operator 暂未开放
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 暂未开放- Parameters:
Operator
- 暂未开放
-
-