public class VerifyPresentationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyPresentationRequest() | 
| VerifyPresentationRequest(VerifyPresentationRequest 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 | 
|---|---|
| Long | getDAPId()Get DID应用id | 
| String | getDid()Get VP持有人的did标识 | 
| String | getPresentationData()Get 可验证表达内容 | 
| String | getVerifyCode()Get 随机验证码 | 
| void | setDAPId(Long DAPId)Set DID应用id | 
| void | setDid(String Did)Set VP持有人的did标识 | 
| void | setPresentationData(String PresentationData)Set 可验证表达内容 | 
| void | setVerifyCode(String VerifyCode)Set 随机验证码 | 
| 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 VerifyPresentationRequest()
public VerifyPresentationRequest(VerifyPresentationRequest source)
public String getDid()
public void setDid(String Did)
Did - VP持有人的did标识public String getPresentationData()
public void setPresentationData(String PresentationData)
PresentationData - 可验证表达内容public Long getDAPId()
public void setDAPId(Long DAPId)
DAPId - DID应用idpublic String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode - 随机验证码Copyright © 2025. All rights reserved.