public class ListDomainsResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<Domain> |
domains |
protected int |
total |
| Constructor and Description |
|---|
ListDomainsResponse(Map<String,String> headers,
int count,
int total,
List<Domain> domains) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<Domain> |
getDomains() |
int |
getTotal() |
void |
setCount(int count) |
void |
setDomains(List<Domain> domains) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdCopyright © 2025. All Rights Reserved.