public class CreateUserAutoSignEnableUrlRequest extends AbstractModel
Constructor and Description |
---|
CreateUserAutoSignEnableUrlRequest() |
CreateUserAutoSignEnableUrlRequest(CreateUserAutoSignEnableUrlRequest 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 |
---|---|
AutoSignConfig |
getAutoSignConfig()
Get 自动签开通,签署相关配置
|
String |
getNotifyAddress()
Get 若上方填写为 SMS,则此处为手机号
|
String |
getNotifyType()
Get 通知类型,默认不填为不通知开通方,填写 SMS 为短息通知。
|
UserInfo |
getOperator()
Get 操作人信息
|
String |
getSceneKey()
Get 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方
|
String |
getUrlType()
Get 链接类型,空-默认小程序端链接,H5SIGN-h5端链接
|
void |
setAutoSignConfig(AutoSignConfig AutoSignConfig)
Set 自动签开通,签署相关配置
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateUserAutoSignEnableUrlRequest()
public CreateUserAutoSignEnableUrlRequest(CreateUserAutoSignEnableUrlRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public String getSceneKey()
public void setSceneKey(String SceneKey)
SceneKey
- 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方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,则此处为手机号Copyright © 2023. All rights reserved.