public class VerifyFunctionArg extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyFunctionArg() | 
| VerifyFunctionArg(VerifyFunctionArg 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. | 
| String | getContext()Get The context. | 
| Long | getCptId()Get The claim protocol type (CPT) ID. | 
| Long | getExpirationDate()Get The expiration time. | 
| String | getId()Get The ID. | 
| Long | getIssuanceDate()Get The time when the credential was issued. | 
| String | getIssuer()Get The issuer DID. | 
| Proof | getProof()Get The signature. | 
| String[] | getType()Get The type. | 
| void | setClaimJson(String ClaimJson)Set The claim. | 
| void | setContext(String Context)Set The context. | 
| void | setCptId(Long CptId)Set The claim protocol type (CPT) ID. | 
| void | setExpirationDate(Long ExpirationDate)Set The expiration time. | 
| void | setId(String Id)Set The ID. | 
| void | setIssuanceDate(Long IssuanceDate)Set The time when the credential was issued. | 
| void | setIssuer(String Issuer)Set The issuer DID. | 
| void | setProof(Proof Proof)Set The signature. | 
| void | setType(String[] Type)Set The type. | 
| 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, toJsonStringpublic VerifyFunctionArg()
public VerifyFunctionArg(VerifyFunctionArg 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 issuer DID.public Long getExpirationDate()
public void setExpirationDate(Long ExpirationDate)
ExpirationDate - The expiration time.public String getClaimJson()
public void setClaimJson(String ClaimJson)
ClaimJson - The claim.public Long getIssuanceDate()
public void setIssuanceDate(Long IssuanceDate)
IssuanceDate - The time when the credential was issued.public String getContext()
public void setContext(String Context)
Context - The context.public String getId()
public void setId(String Id)
Id - The ID.public Proof getProof()
public void setProof(Proof Proof)
Proof - The signature.public String[] getType()
public void setType(String[] Type)
Type - The type.Copyright © 2025. All rights reserved.