public class InputCryptoManageMarketingRisk extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputCryptoManageMarketingRisk() |
InputCryptoManageMarketingRisk(InputCryptoManageMarketingRisk 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 |
---|---|
String |
getCryptoContent()
Get 加密内容,非空时接口采用加密模式。
|
String |
getCryptoType()
Get 加密类型:1AES加密
|
String |
getIsAuthorized()
Get 是否授权:1已授权,否则未授权。
调用全栈式风控引擎接口服务时,客户需先明确授权
|
void |
setCryptoContent(String CryptoContent)
Set 加密内容,非空时接口采用加密模式。
|
void |
setCryptoType(String CryptoType)
Set 加密类型:1AES加密
|
void |
setIsAuthorized(String IsAuthorized)
Set 是否授权:1已授权,否则未授权。
调用全栈式风控引擎接口服务时,客户需先明确授权
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InputCryptoManageMarketingRisk()
public InputCryptoManageMarketingRisk(InputCryptoManageMarketingRisk source)
public String getIsAuthorized()
public void setIsAuthorized(String IsAuthorized)
IsAuthorized
- 是否授权:1已授权,否则未授权。
调用全栈式风控引擎接口服务时,客户需先明确授权public String getCryptoType()
public void setCryptoType(String CryptoType)
CryptoType
- 加密类型:1AES加密public String getCryptoContent()
public void setCryptoContent(String CryptoContent)
CryptoContent
- 加密内容,非空时接口采用加密模式。Copyright © 2024. All rights reserved.