Class CreateSignUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CreateSignUrlRequest
-
public class CreateSignUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateSignUrlRequest()CreateSignUrlRequest(CreateSignUrlRequest 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 CallergetCaller()Get 调用方信息StringgetCatalogId()Get 目录ID。当 SignUrlType 为 CATALOG 时必填LonggetDeadline()Get 文件签署截止时间戳StringgetFlowId()Get 流程ID。当 SignUrlType 为 FLOW 时必填StringgetSignId()Get 发送流程或目录时生成的签署任务IDStringgetSignUrlType()Get 签署链接类型: 1.StringgetUserId()Get 签署人IDvoidsetCaller(Caller Caller)Set 调用方信息voidsetCatalogId(String CatalogId)Set 目录ID。当 SignUrlType 为 CATALOG 时必填voidsetDeadline(Long Deadline)Set 文件签署截止时间戳voidsetFlowId(String FlowId)Set 流程ID。当 SignUrlType 为 FLOW 时必填voidsetSignId(String SignId)Set 发送流程或目录时生成的签署任务IDvoidsetSignUrlType(String SignUrlType)Set 签署链接类型: 1.voidsetUserId(String UserId)Set 签署人IDvoidtoMap(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
-
CreateSignUrlRequest
public CreateSignUrlRequest()
-
CreateSignUrlRequest
public CreateSignUrlRequest(CreateSignUrlRequest 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
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller- 调用方信息
-
getUserId
public String getUserId()
Get 签署人ID- Returns:
- UserId 签署人ID
-
setUserId
public void setUserId(String UserId)
Set 签署人ID- Parameters:
UserId- 签署人ID
-
getDeadline
public Long getDeadline()
Get 文件签署截止时间戳- Returns:
- Deadline 文件签署截止时间戳
-
setDeadline
public void setDeadline(Long Deadline)
Set 文件签署截止时间戳- Parameters:
Deadline- 文件签署截止时间戳
-
getCatalogId
public String getCatalogId()
Get 目录ID。当 SignUrlType 为 CATALOG 时必填- Returns:
- CatalogId 目录ID。当 SignUrlType 为 CATALOG 时必填
-
setCatalogId
public void setCatalogId(String CatalogId)
Set 目录ID。当 SignUrlType 为 CATALOG 时必填- Parameters:
CatalogId- 目录ID。当 SignUrlType 为 CATALOG 时必填
-
getFlowId
public String getFlowId()
Get 流程ID。当 SignUrlType 为 FLOW 时必填- Returns:
- FlowId 流程ID。当 SignUrlType 为 FLOW 时必填
-
setFlowId
public void setFlowId(String FlowId)
Set 流程ID。当 SignUrlType 为 FLOW 时必填- Parameters:
FlowId- 流程ID。当 SignUrlType 为 FLOW 时必填
-
getSignUrlType
public String getSignUrlType()
Get 签署链接类型: 1. FLOW - 单流程签署 (默认) 2. CATALOG - 目录签署- Returns:
- SignUrlType 签署链接类型: 1. FLOW - 单流程签署 (默认) 2. CATALOG - 目录签署
-
setSignUrlType
public void setSignUrlType(String SignUrlType)
Set 签署链接类型: 1. FLOW - 单流程签署 (默认) 2. CATALOG - 目录签署- Parameters:
SignUrlType- 签署链接类型: 1. FLOW - 单流程签署 (默认) 2. CATALOG - 目录签署
-
getSignId
public String getSignId()
Get 发送流程或目录时生成的签署任务ID- Returns:
- SignId 发送流程或目录时生成的签署任务ID
-
setSignId
public void setSignId(String SignId)
Set 发送流程或目录时生成的签署任务ID- Parameters:
SignId- 发送流程或目录时生成的签署任务ID
-
-