public class QueryCPTRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryCPTRequest() | 
| QueryCPTRequest(QueryCPTRequest 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 | getCPTId()Get 凭证模板id | 
| Long | getDAPId()Get DID应用id | 
| void | setCPTId(Long CPTId)Set 凭证模板id | 
| void | setDAPId(Long DAPId)Set DID应用id | 
| 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 QueryCPTRequest()
public QueryCPTRequest(QueryCPTRequest source)
public Long getDAPId()
public void setDAPId(Long DAPId)
DAPId - DID应用idpublic Long getCPTId()
public void setCPTId(Long CPTId)
CPTId - 凭证模板idCopyright © 2025. All rights reserved.