public class CreateSchemeUrlRequest extends AbstractModel
Constructor and Description |
---|
CreateSchemeUrlRequest() |
CreateSchemeUrlRequest(CreateSchemeUrlRequest 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 |
---|---|
Agent |
getAgent()
Get 应用相关信息
|
Boolean |
getAutoJumpBack()
Get 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效
|
String |
getEndPoint()
Get 链接类型
HTTP:跳转电子签小程序的http_url,
APP:第三方APP或小程序跳转电子签小程序的path。
默认为HTTP类型
|
String |
getFlowId()
Get 签署流程编号 (PathType=1时必传)
|
String |
getMobile()
Get 手机号,大陆手机号11位
|
String |
getName()
Get 姓名,最大长度50个字符
|
UserInfo |
getOperator()
Get 调用方用户信息,userId 必填
|
String |
getOrganizationName()
Get 企业名称
|
Long |
getPathType()
Get 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页
|
void |
setAgent(Agent Agent)
Set 应用相关信息
|
void |
setAutoJumpBack(Boolean AutoJumpBack)
Set 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效
|
void |
setEndPoint(String EndPoint)
Set 链接类型
HTTP:跳转电子签小程序的http_url,
APP:第三方APP或小程序跳转电子签小程序的path。
默认为HTTP类型
|
void |
setFlowId(String FlowId)
Set 签署流程编号 (PathType=1时必传)
|
void |
setMobile(String Mobile)
Set 手机号,大陆手机号11位
|
void |
setName(String Name)
Set 姓名,最大长度50个字符
|
void |
setOperator(UserInfo Operator)
Set 调用方用户信息,userId 必填
|
void |
setOrganizationName(String OrganizationName)
Set 企业名称
|
void |
setPathType(Long PathType)
Set 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页
|
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 CreateSchemeUrlRequest()
public CreateSchemeUrlRequest(CreateSchemeUrlRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 调用方用户信息,userId 必填public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName
- 企业名称public String getName()
public void setName(String Name)
Name
- 姓名,最大长度50个字符public String getMobile()
public void setMobile(String Mobile)
Mobile
- 手机号,大陆手机号11位public String getEndPoint()
public void setEndPoint(String EndPoint)
EndPoint
- 链接类型
HTTP:跳转电子签小程序的http_url,
APP:第三方APP或小程序跳转电子签小程序的path。
默认为HTTP类型public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 签署流程编号 (PathType=1时必传)public Long getPathType()
public void setPathType(Long PathType)
PathType
- 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页public Boolean getAutoJumpBack()
public void setAutoJumpBack(Boolean AutoJumpBack)
AutoJumpBack
- 是否自动回跳 true:是, false:否。该参数只针对"APP" 类型的签署链接有效public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用相关信息Copyright © 2022. All rights reserved.