public class CreateCredentialRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateCredentialRequest() |
CreateCredentialRequest(CreateCredentialRequest 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 |
---|---|
FunctionArg |
getFunctionArg()
Get A parameter set.
|
TransactionArg |
getTransactionArg()
Get A parameter set.
|
Boolean |
getUnSigned()
Get Whether the credential is unsigned.
|
String |
getVersionCredential()
Get The version.
|
void |
setFunctionArg(FunctionArg FunctionArg)
Set A parameter set.
|
void |
setTransactionArg(TransactionArg TransactionArg)
Set A parameter set.
|
void |
setUnSigned(Boolean UnSigned)
Set Whether the credential is unsigned.
|
void |
setVersionCredential(String VersionCredential)
Set The version.
|
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 CreateCredentialRequest()
public CreateCredentialRequest(CreateCredentialRequest source)
public FunctionArg getFunctionArg()
public void setFunctionArg(FunctionArg FunctionArg)
FunctionArg
- A parameter set. For details, see the example.public TransactionArg getTransactionArg()
public void setTransactionArg(TransactionArg TransactionArg)
TransactionArg
- A parameter set. For details, see the example.public String getVersionCredential()
public void setVersionCredential(String VersionCredential)
VersionCredential
- The version.public Boolean getUnSigned()
public void setUnSigned(Boolean UnSigned)
UnSigned
- Whether the credential is unsigned.Copyright © 2023. All rights reserved.