public class CredentialStatus extends AbstractModel
skipSign
Constructor and Description |
---|
CredentialStatus() |
CredentialStatus(CredentialStatus 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 |
getCredentialId()
Get The credential ID.
|
String |
getDigest()
Get A summary of the credential.
|
String |
getIssuer()
Get The DID of the issuer.
|
String |
getSignature()
Get The credential signature.
|
Long |
getStatus()
Get The credential status.
|
Long |
getTimeStamp()
Get The last updated timestamp.
|
void |
setCredentialId(String CredentialId)
Set The credential ID.
|
void |
setDigest(String Digest)
Set A summary of the credential.
|
void |
setIssuer(String Issuer)
Set The DID of the issuer.
|
void |
setSignature(String Signature)
Set The credential signature.
|
void |
setStatus(Long Status)
Set The credential status.
|
void |
setTimeStamp(Long TimeStamp)
Set The last updated timestamp.
|
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 CredentialStatus()
public CredentialStatus(CredentialStatus source)
public String getCredentialId()
public void setCredentialId(String CredentialId)
CredentialId
- The credential ID.public Long getStatus()
public void setStatus(Long Status)
Status
- The credential status. `0`: Invalid; `1`: Valid.public String getIssuer()
public void setIssuer(String Issuer)
Issuer
- The DID of the issuer.public String getDigest()
public void setDigest(String Digest)
Digest
- A summary of the credential.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getSignature()
public void setSignature(String Signature)
Signature
- The credential signature.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getTimeStamp()
public void setTimeStamp(Long TimeStamp)
TimeStamp
- The last updated timestamp.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.