public class ListNotificationsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListNotificationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationsResponse |
addDataItem(DataForListNotificationsOutput dataItem) |
ListNotificationsResponse |
data(List<DataForListNotificationsOutput> data) |
boolean |
equals(Object o) |
@Valid List<DataForListNotificationsOutput> |
getData()
Get data
|
Integer |
getPageNumber()
Get pageNumber
|
Integer |
getPageSize()
Get pageSize
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
ListNotificationsResponse |
pageNumber(Integer pageNumber) |
ListNotificationsResponse |
pageSize(Integer pageSize) |
void |
setData(List<DataForListNotificationsOutput> data) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
ListNotificationsResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic ListNotificationsResponse data(List<DataForListNotificationsOutput> data)
public ListNotificationsResponse addDataItem(DataForListNotificationsOutput dataItem)
@Valid public @Valid List<DataForListNotificationsOutput> getData()
public void setData(List<DataForListNotificationsOutput> data)
public ListNotificationsResponse pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public ListNotificationsResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public ListNotificationsResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2026. All rights reserved.