public class CreateSelectiveCredentialRequest extends AbstractModel
Constructor and Description |
---|
CreateSelectiveCredentialRequest() |
CreateSelectiveCredentialRequest(CreateSelectiveCredentialRequest 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.
|
Long |
getPolicyId()
Get The disclosure policy ID.
|
void |
setFunctionArg(VerifyFunctionArg FunctionArg)
Set A parameter set.
|
void |
setPolicyId(Long PolicyId)
Set The disclosure policy ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateSelectiveCredentialRequest()
public CreateSelectiveCredentialRequest(CreateSelectiveCredentialRequest source)
public VerifyFunctionArg getFunctionArg()
public void setFunctionArg(VerifyFunctionArg FunctionArg)
FunctionArg
- A parameter set.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- The disclosure policy ID.Copyright © 2023. All rights reserved.