public class GetDidListRequest extends AbstractModel
| Constructor and Description | 
|---|
| GetDidListRequest() | 
| GetDidListRequest(GetDidListRequest 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 | getClusterId()Get The network ID. | 
| String | getDid()Get The DID. | 
| Long | getGroupId()Get The group ID. | 
| Long | getPageNumber()Get The page number, beginning from 1. | 
| Long | getPageSize()Get The number of records per page. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setDid(String Did)Set The DID. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| void | setPageNumber(Long PageNumber)Set The page number, beginning from 1. | 
| void | setPageSize(Long PageSize)Set The number of records per page. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic GetDidListRequest()
public GetDidListRequest(GetDidListRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The number of records per page.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - The page number, beginning from 1.public String getDid()
public void setDid(String Did)
Did - The DID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.Copyright © 2023. All rights reserved.