public class FunctionArg extends AbstractModel
header, skipSign
Constructor and Description |
---|
FunctionArg() |
FunctionArg(FunctionArg 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 |
getClaimJson()
Get The claim.
|
Long |
getCptId()
Get The claim protocol type (CPT) ID.
|
String |
getExpirationDate()
Get The expiration time.
|
String |
getIssuer()
Get The DID of the issuer.
|
void |
setClaimJson(String ClaimJson)
Set The claim.
|
void |
setCptId(Long CptId)
Set The claim protocol type (CPT) ID.
|
void |
setExpirationDate(String ExpirationDate)
Set The expiration time.
|
void |
setIssuer(String Issuer)
Set The DID of the issuer.
|
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 FunctionArg()
public FunctionArg(FunctionArg source)
public Long getCptId()
public void setCptId(Long CptId)
CptId
- The claim protocol type (CPT) ID.public String getIssuer()
public void setIssuer(String Issuer)
Issuer
- The DID of the issuer.public String getExpirationDate()
public void setExpirationDate(String ExpirationDate)
ExpirationDate
- The expiration time.public String getClaimJson()
public void setClaimJson(String ClaimJson)
ClaimJson
- The claim.Copyright © 2024. All rights reserved.