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