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 调用方渠道信息,参考通用结构
|
String |
getFlowId()
Get 合同详情 id (PathType=1时必传)
|
String |
getMobile()
Get 手机号
|
String |
getName()
Get 姓名
|
UserInfo |
getOperator()
Get 调用方用户信息,参考通用结构
|
Long |
getPathType()
Get 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页
|
void |
setAgent(Agent Agent)
Set 调用方渠道信息,参考通用结构
|
void |
setFlowId(String FlowId)
Set 合同详情 id (PathType=1时必传)
|
void |
setMobile(String Mobile)
Set 手机号
|
void |
setName(String Name)
Set 姓名
|
void |
setOperator(UserInfo Operator)
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
- 调用方用户信息,参考通用结构public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 调用方渠道信息,参考通用结构public String getName()
public void setName(String Name)
Name
- 姓名public String getMobile()
public void setMobile(String Mobile)
Mobile
- 手机号public Long getPathType()
public void setPathType(Long PathType)
PathType
- 跳转页面 1: 小程序合同详情 2: 小程序合同列表页 0: 不传, 默认主页public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 合同详情 id (PathType=1时必传)Copyright © 2022. All rights reserved.