Class CreatePreviewSignUrlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CreatePreviewSignUrlRequest
-
public class CreatePreviewSignUrlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreatePreviewSignUrlRequest()
CreatePreviewSignUrlRequest(CreatePreviewSignUrlRequest 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 Caller
getCaller()
Get 调用方信息String
getCatalogId()
Get 目录ID。当 SignUrlType 为 CATALOG 时必填Long
getDeadline()
Get URL过期时间戳String
getFlowId()
Get 流程ID。当 SignUrlType 为 FLOW 时必填String
getSignUrlType()
Get 签署链接类型: 1.void
setCaller(Caller Caller)
Set 调用方信息void
setCatalogId(String CatalogId)
Set 目录ID。当 SignUrlType 为 CATALOG 时必填void
setDeadline(Long Deadline)
Set URL过期时间戳void
setFlowId(String FlowId)
Set 流程ID。当 SignUrlType 为 FLOW 时必填void
setSignUrlType(String SignUrlType)
Set 签署链接类型: 1.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
-
CreatePreviewSignUrlRequest
public CreatePreviewSignUrlRequest()
-
CreatePreviewSignUrlRequest
public CreatePreviewSignUrlRequest(CreatePreviewSignUrlRequest 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
- 调用方信息
-
getDeadline
public Long getDeadline()
Get URL过期时间戳- Returns:
- Deadline URL过期时间戳
-
setDeadline
public void setDeadline(Long Deadline)
Set URL过期时间戳- Parameters:
Deadline
- URL过期时间戳
-
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 - 目录签署
-
-