public class CreateUserAutoSignEnableUrlRequest extends AbstractModel
skipSign
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 |
---|---|
Agent |
getAgent()
Get 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
AutoSignConfig |
getAutoSignConfig()
Get 自动签开通,签署相关配置
|
Long |
getExpiredTime()
Get 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
|
String |
getNotifyAddress()
Get 如果通知类型NotifyType选择为SMS,则此处为手机号, 其他通知类型不需要设置此项
|
String |
getNotifyType()
Get 通知类型
默认不设置为不通知开通方,
SMS 为短信通知 , 此种方式需要NotifyAddress填写手机号。
|
UserInfo |
getOperator()
Get 操作人信息,UserId必填
|
String |
getSceneKey()
Get 自动签场景:
E_PRESCRIPTION_AUTO_SIGN 电子处方
|
String |
getUrlType()
Get 链接类型,
空-默认小程序端链接
H5SIGN-h5端链接
|
void |
setAgent(Agent Agent)
Set 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
void |
setAutoSignConfig(AutoSignConfig AutoSignConfig)
Set 自动签开通,签署相关配置
|
void |
setExpiredTime(Long ExpiredTime)
Set 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。
|
void |
setNotifyAddress(String NotifyAddress)
Set 如果通知类型NotifyType选择为SMS,则此处为手机号, 其他通知类型不需要设置此项
|
void |
setNotifyType(String NotifyType)
Set 通知类型
默认不设置为不通知开通方,
SMS 为短信通知 , 此种方式需要NotifyAddress填写手机号。
|
void |
setOperator(UserInfo Operator)
Set 操作人信息,UserId必填
|
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 CreateUserAutoSignEnableUrlRequest()
public CreateUserAutoSignEnableUrlRequest(CreateUserAutoSignEnableUrlRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息,UserId必填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 为短信通知 , 此种方式需要NotifyAddress填写手机号。public String getNotifyAddress()
public void setNotifyAddress(String NotifyAddress)
NotifyAddress
- 如果通知类型NotifyType选择为SMS,则此处为手机号, 其他通知类型不需要设置此项public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime
- 链接的过期时间,格式为Unix时间戳,不能早于当前时间,且最大为30天。如果不传,默认有效期为7天。public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填Copyright © 2023. All rights reserved.