Class ChannelCancelFlowRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelCancelFlowRequest
-
public class ChannelCancelFlowRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelCancelFlowRequest()ChannelCancelFlowRequest(ChannelCancelFlowRequest 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 AgentgetAgent()Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.StringgetCancelMessage()Get 撤回原因,最大不超过200字符LonggetCancelMessageFormat()Get 撤销理由自定义格式;选项: 0 默认格式 1 只保留身份信息:展示为【发起方】 2 保留身份信息+企业名称:展示为【发起方xxx公司】 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】StringgetFlowId()Get 签署流程编号UserInfogetOperator()Deprecated.voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetCancelMessage(String CancelMessage)Set 撤回原因,最大不超过200字符voidsetCancelMessageFormat(Long CancelMessageFormat)Set 撤销理由自定义格式;选项: 0 默认格式 1 只保留身份信息:展示为【发起方】 2 保留身份信息+企业名称:展示为【发起方xxx公司】 3 保留身份信息+企业名称+经办人名称:展示为【发起方xxxx公司-经办人姓名】voidsetFlowId(String FlowId)Set 签署流程编号voidsetOperator(UserInfo Operator)Deprecated.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
-
ChannelCancelFlowRequest
public ChannelCancelFlowRequest()
-
ChannelCancelFlowRequest
public ChannelCancelFlowRequest(ChannelCancelFlowRequest 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
-
getFlowId
public String getFlowId()
Get 签署流程编号- Returns:
- FlowId 签署流程编号
-
setFlowId
public void setFlowId(String FlowId)
Set 签署流程编号- Parameters:
FlowId- 签署流程编号
-
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 必填。
-
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- 暂未开放
-
-