public class VerifyCredentialsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyCredentialsRequest() | 
| VerifyCredentialsRequest(VerifyCredentialsRequest 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 | getCredentialData()Get 凭证内容 | 
| Long | getDAPId()Get DID应用id | 
| Long | getVerifyType()Get 0:仅验证签名,1:验证签名和链上状态,2, 仅验证链上状态,默认为0, 3.验证DID和凭证状态以及签名,4. | 
| void | setCredentialData(String CredentialData)Set 凭证内容 | 
| void | setDAPId(Long DAPId)Set DID应用id | 
| void | setVerifyType(Long VerifyType)Set 0:仅验证签名,1:验证签名和链上状态,2, 仅验证链上状态,默认为0, 3.验证DID和凭证状态以及签名,4. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VerifyCredentialsRequest()
public VerifyCredentialsRequest(VerifyCredentialsRequest source)
public Long getVerifyType()
public void setVerifyType(Long VerifyType)
VerifyType - 0:仅验证签名,1:验证签名和链上状态,2, 仅验证链上状态,默认为0, 3.验证DID和凭证状态以及签名,4. 验证历史凭证有效性public String getCredentialData()
public void setCredentialData(String CredentialData)
CredentialData - 凭证内容public Long getDAPId()
public void setDAPId(Long DAPId)
DAPId - DID应用idCopyright © 2025. All rights reserved.