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 String
getCallbackUrl()
Get 回调地址Long
getCreatedOn()
Get 流程创建时间Caller
getCreator()
Get 流程创建者信息Long
getDeadline()
Get 流程截止日期String
getFlowDescription()
Get 流程描述String
getFlowId()
Get 流程编号String
getFlowMessage()
Get 流程中止原因String
getFlowName()
Get 流程名称Long
getFlowStatus()
Get 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档String
getFlowType()
Get 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getUpdatedOn()
Get 流程完成时间void
setCallbackUrl(String CallbackUrl)
Set 回调地址void
setCreatedOn(Long CreatedOn)
Set 流程创建时间void
setCreator(Caller Creator)
Set 流程创建者信息void
setDeadline(Long Deadline)
Set 流程截止日期void
setFlowDescription(String FlowDescription)
Set 流程描述void
setFlowId(String FlowId)
Set 流程编号void
setFlowMessage(String FlowMessage)
Set 流程中止原因void
setFlowName(String FlowName)
Set 流程名称void
setFlowStatus(Long FlowStatus)
Set 流程状态: 0-创建; 1-签署中; 2-拒签; 3-撤回; 4-签完存档完成; 5-已过期; 6-已销毁 7-签署完成未归档void
setFlowType(String FlowType)
Set 流程的类型: ”劳务合同“,”租赁合同“,”销售合同“,”其他“void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setUpdatedOn(Long UpdatedOn)
Set 流程完成时间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
-
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。
-
-