Class DescribeFlowResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeFlowResponse
-
public class DescribeFlowResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFlowResponse()DescribeFlowResponse(DescribeFlowResponse 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 StringgetCallbackUrl()Get 回调地址LonggetCreatedOn()Get 流程创建时间CallergetCreator()Get 流程创建者信息LonggetDeadline()Get 流程截止日期StringgetFlowDescription()Get 流程描述StringgetFlowId()Get 流程编号StringgetFlowMessage()Get 流程中止原因StringgetFlowName()Get 流程名称LonggetFlowStatus()Get 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档StringgetFlowType()Get 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetUpdatedOn()Get 流程完成时间voidsetCallbackUrl(String CallbackUrl)Set 回调地址voidsetCreatedOn(Long CreatedOn)Set 流程创建时间voidsetCreator(Caller Creator)Set 流程创建者信息voidsetDeadline(Long Deadline)Set 流程截止日期voidsetFlowDescription(String FlowDescription)Set 流程描述voidsetFlowId(String FlowId)Set 流程编号voidsetFlowMessage(String FlowMessage)Set 流程中止原因voidsetFlowName(String FlowName)Set 流程名称voidsetFlowStatus(Long FlowStatus)Set 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档voidsetFlowType(String FlowType)Set 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUpdatedOn(Long UpdatedOn)Set 流程完成时间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
-
DescribeFlowResponse
public DescribeFlowResponse()
-
DescribeFlowResponse
public DescribeFlowResponse(DescribeFlowResponse 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
-
getCreator
public Caller getCreator()
Get 流程创建者信息- Returns:
- Creator 流程创建者信息
-
setCreator
public void setCreator(Caller Creator)
Set 流程创建者信息- Parameters:
Creator- 流程创建者信息
-
getFlowId
public String getFlowId()
Get 流程编号- Returns:
- FlowId 流程编号
-
setFlowId
public void setFlowId(String FlowId)
Set 流程编号- Parameters:
FlowId- 流程编号
-
getFlowName
public String getFlowName()
Get 流程名称- Returns:
- FlowName 流程名称
-
setFlowName
public void setFlowName(String FlowName)
Set 流程名称- Parameters:
FlowName- 流程名称
-
getFlowDescription
public String getFlowDescription()
Get 流程描述- Returns:
- FlowDescription 流程描述
-
setFlowDescription
public void setFlowDescription(String FlowDescription)
Set 流程描述- Parameters:
FlowDescription- 流程描述
-
getFlowType
public String getFlowType()
Get 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“- Returns:
- FlowType 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“
-
setFlowType
public void setFlowType(String FlowType)
Set 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“- Parameters:
FlowType- 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“
-
getFlowStatus
public Long getFlowStatus()
Get 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档- Returns:
- FlowStatus 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档
-
setFlowStatus
public void setFlowStatus(Long FlowStatus)
Set 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档- Parameters:
FlowStatus- 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档
-
getCreatedOn
public Long getCreatedOn()
Get 流程创建时间- Returns:
- CreatedOn 流程创建时间
-
setCreatedOn
public void setCreatedOn(Long CreatedOn)
Set 流程创建时间- Parameters:
CreatedOn- 流程创建时间
-
getUpdatedOn
public Long getUpdatedOn()
Get 流程完成时间- Returns:
- UpdatedOn 流程完成时间
-
setUpdatedOn
public void setUpdatedOn(Long UpdatedOn)
Set 流程完成时间- Parameters:
UpdatedOn- 流程完成时间
-
getDeadline
public Long getDeadline()
Get 流程截止日期- Returns:
- Deadline 流程截止日期
-
setDeadline
public void setDeadline(Long Deadline)
Set 流程截止日期- Parameters:
Deadline- 流程截止日期
-
getCallbackUrl
public String getCallbackUrl()
Get 回调地址- Returns:
- CallbackUrl 回调地址
-
setCallbackUrl
public void setCallbackUrl(String CallbackUrl)
Set 回调地址- Parameters:
CallbackUrl- 回调地址
-
getFlowMessage
public String getFlowMessage()
Get 流程中止原因- Returns:
- FlowMessage 流程中止原因
-
setFlowMessage
public void setFlowMessage(String FlowMessage)
Set 流程中止原因- Parameters:
FlowMessage- 流程中止原因
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-