public class InputBizCryptoData extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputBizCryptoData() |
InputBizCryptoData(InputBizCryptoData 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 Encrypted content.
|
String |
getCryptoType()
Get Encryption type.
|
String |
getIsAuthorized()
Get Whether to authorize.
|
void |
setCryptoContent(String CryptoContent)
Set Encrypted content.
|
void |
setCryptoType(String CryptoType)
Set Encryption type.
|
void |
setIsAuthorized(String IsAuthorized)
Set Whether to authorize.
|
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 InputBizCryptoData()
public InputBizCryptoData(InputBizCryptoData source)
public String getIsAuthorized()
public void setIsAuthorized(String IsAuthorized)
IsAuthorized
- Whether to authorize.public String getCryptoType()
public void setCryptoType(String CryptoType)
CryptoType
- Encryption type.public String getCryptoContent()
public void setCryptoContent(String CryptoContent)
CryptoContent
- Encrypted content.Copyright © 2025. All rights reserved.