public class VerifyCredentialRequest extends AbstractModel
skipSign
Constructor and Description |
---|
VerifyCredentialRequest() |
VerifyCredentialRequest(VerifyCredentialRequest 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 |
---|---|
VerifyFunctionArg |
getFunctionArg()
Get A parameter set.
|
void |
setFunctionArg(VerifyFunctionArg FunctionArg)
Set A parameter set.
|
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 VerifyCredentialRequest()
public VerifyCredentialRequest(VerifyCredentialRequest source)
public VerifyFunctionArg getFunctionArg()
public void setFunctionArg(VerifyFunctionArg FunctionArg)
FunctionArg
- A parameter set.Copyright © 2023. All rights reserved.