public class ListDomainResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListDomainResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListDomainResponse |
addDataItem(DataForListDomainOutput dataItem) |
ListDomainResponse |
count(Integer count) |
ListDomainResponse |
currentPage(Integer currentPage) |
ListDomainResponse |
data(List<DataForListDomainOutput> data) |
boolean |
equals(Object o) |
Integer |
getCount()
Get count
|
Integer |
getCurrentPage()
Get currentPage
|
@Valid List<DataForListDomainOutput> |
getData()
Get data
|
Integer |
getPageSize()
Get pageSize
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
ListDomainResponse |
pageSize(Integer pageSize) |
void |
setCount(Integer count) |
void |
setCurrentPage(Integer currentPage) |
void |
setData(List<DataForListDomainOutput> data) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
ListDomainResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic ListDomainResponse count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public ListDomainResponse currentPage(Integer currentPage)
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public ListDomainResponse data(List<DataForListDomainOutput> data)
public ListDomainResponse addDataItem(DataForListDomainOutput dataItem)
@Valid public @Valid List<DataForListDomainOutput> getData()
public void setData(List<DataForListDomainOutput> data)
public ListDomainResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public ListDomainResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2025. All rights reserved.