public class CreatePreviewSignUrlRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreatePreviewSignUrlRequest()
public CreatePreviewSignUrlRequest(CreatePreviewSignUrlRequest source)
public Caller getCaller()
public void setCaller(Caller Caller)
Caller
- 调用方信息public Long getDeadline()
public void setDeadline(Long Deadline)
Deadline
- URL过期时间戳public String getCatalogId()
public void setCatalogId(String CatalogId)
CatalogId
- 目录ID。当 SignUrlType 为 CATALOG 时必填public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程ID。当 SignUrlType 为 FLOW 时必填public String getSignUrlType()
public void setSignUrlType(String SignUrlType)
SignUrlType
- 签署链接类型:
1. FLOW - 单流程签署 (默认)
2. CATALOG - 目录签署Copyright © 2023. All rights reserved.