Class ChannelCreateFlowSignReviewRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ChannelCreateFlowSignReviewRequest
-
public class ChannelCreateFlowSignReviewRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelCreateFlowSignReviewRequest()ChannelCreateFlowSignReviewRequest(ChannelCreateFlowSignReviewRequest 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 AgentgetAgent()Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.StringgetFlowId()Get 签署流程编号StringgetOperateType()Get 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReviewStringgetRecipientId()Get 签署节点审核时需要指定,给个人审核时必填。StringgetReviewMessage()Get 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200StringgetReviewType()Get 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)voidsetAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.voidsetFlowId(String FlowId)Set 签署流程编号voidsetOperateType(String OperateType)Set 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReviewvoidsetRecipientId(String RecipientId)Set 签署节点审核时需要指定,给个人审核时必填。voidsetReviewMessage(String ReviewMessage)Set 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200voidsetReviewType(String ReviewType)Set 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)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
-
ChannelCreateFlowSignReviewRequest
public ChannelCreateFlowSignReviewRequest()
-
ChannelCreateFlowSignReviewRequest
public ChannelCreateFlowSignReviewRequest(ChannelCreateFlowSignReviewRequest 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 必填。
-
getFlowId
public String getFlowId()
Get 签署流程编号- Returns:
- FlowId 签署流程编号
-
setFlowId
public void setFlowId(String FlowId)
Set 签署流程编号- Parameters:
FlowId- 签署流程编号
-
getReviewType
public String getReviewType()
Get 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)- Returns:
- ReviewType 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)
-
setReviewType
public void setReviewType(String ReviewType)
Set 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)- Parameters:
ReviewType- 企业内部审核结果 PASS: 通过 REJECT: 拒绝 SIGN_REJECT:拒签(流程结束)
-
getReviewMessage
public String getReviewMessage()
Get 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200- Returns:
- ReviewMessage 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200
-
setReviewMessage
public void setReviewMessage(String ReviewMessage)
Set 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200- Parameters:
ReviewMessage- 审核原因 当ReviewType 是REJECT 时此字段必填,字符串长度不超过200
-
getRecipientId
public String getRecipientId()
Get 签署节点审核时需要指定,给个人审核时必填。- Returns:
- RecipientId 签署节点审核时需要指定,给个人审核时必填。
-
setRecipientId
public void setRecipientId(String RecipientId)
Set 签署节点审核时需要指定,给个人审核时必填。- Parameters:
RecipientId- 签署节点审核时需要指定,给个人审核时必填。
-
getOperateType
public String getOperateType()
Get 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReview- Returns:
- OperateType 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReview
-
setOperateType
public void setOperateType(String OperateType)
Set 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReview- Parameters:
OperateType- 操作类型,默认:SignReview;SignReview:签署审核,CreateReview:发起审核 注:接口通过该字段区分操作类型 该字段不传或者为空,则默认为SignReview签署审核,走签署审核流程 若想使用发起审核,请指定该字段为:CreateReview 若发起个人审核,则指定该字段为:SignReview
-
-