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