public class ChannelCreateUserAutoSignEnableUrlRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ChannelCreateUserAutoSignEnableUrlRequest() |
ChannelCreateUserAutoSignEnableUrlRequest(ChannelCreateUserAutoSignEnableUrlRequest 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 渠道应用相关信息
|
AutoSignConfig |
getAutoSignConfig()
Get 自动签开通,签署相关配置
|
Long |
getExpiredTime()
Get 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
|
String |
getNotifyAddress()
Get 若上方填写为 SMS,则此处为手机号
|
String |
getNotifyType()
Get 通知类型,默认不填为不通知开通方,填写 SMS 为短信通知。
|
UserInfo |
getOperator()
Get 操作人信息
|
String |
getSceneKey()
Get 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方
|
String |
getUrlType()
Get 链接类型,空-默认小程序端链接,H5SIGN-h5端链接
|
void |
setAgent(Agent Agent)
Set 渠道应用相关信息
|
void |
setAutoSignConfig(AutoSignConfig AutoSignConfig)
Set 自动签开通,签署相关配置
|
void |
setExpiredTime(Long ExpiredTime)
Set 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
|
void |
setNotifyAddress(String NotifyAddress)
Set 若上方填写为 SMS,则此处为手机号
|
void |
setNotifyType(String NotifyType)
Set 通知类型,默认不填为不通知开通方,填写 SMS 为短信通知。
|
void |
setOperator(UserInfo Operator)
Set 操作人信息
|
void |
setSceneKey(String SceneKey)
Set 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方
|
void |
setUrlType(String UrlType)
Set 链接类型,空-默认小程序端链接,H5SIGN-h5端链接
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChannelCreateUserAutoSignEnableUrlRequest()
public ChannelCreateUserAutoSignEnableUrlRequest(ChannelCreateUserAutoSignEnableUrlRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 渠道应用相关信息public String getSceneKey()
public void setSceneKey(String SceneKey)
SceneKey
- 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public AutoSignConfig getAutoSignConfig()
public void setAutoSignConfig(AutoSignConfig AutoSignConfig)
AutoSignConfig
- 自动签开通,签署相关配置public String getUrlType()
public void setUrlType(String UrlType)
UrlType
- 链接类型,空-默认小程序端链接,H5SIGN-h5端链接public String getNotifyType()
public void setNotifyType(String NotifyType)
NotifyType
- 通知类型,默认不填为不通知开通方,填写 SMS 为短信通知。public String getNotifyAddress()
public void setNotifyAddress(String NotifyAddress)
NotifyAddress
- 若上方填写为 SMS,则此处为手机号public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。Copyright © 2023. All rights reserved.