public class GetAuthoritiesListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GetAuthoritiesListRequest()  | 
GetAuthoritiesListRequest(GetAuthoritiesListRequest 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 | 
getDid()
Get The DID. 
 | 
Long | 
getPageNumber()
Get The page number, beginning from 1. 
 | 
Long | 
getPageSize()
Get The number of records per page. 
 | 
Long | 
getStatus()
Get Whether to query certified or uncertified authorities. 
 | 
void | 
setDid(String Did)
Set The DID. 
 | 
void | 
setPageNumber(Long PageNumber)
Set The page number, beginning from 1. 
 | 
void | 
setPageSize(Long PageSize)
Set The number of records per page. 
 | 
void | 
setStatus(Long Status)
Set Whether to query certified or uncertified authorities. 
 | 
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 GetAuthoritiesListRequest()
public GetAuthoritiesListRequest(GetAuthoritiesListRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - The page number, beginning from 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The number of records per page.public String getDid()
public void setDid(String Did)
Did - The DID.public Long getStatus()
public void setStatus(Long Status)
Status - Whether to query certified or uncertified authorities. `1`: Certified; `2`: Uncertified.Copyright © 2025. All rights reserved.