public class BrAPIAlleleMatrixPagination extends Object
| Constructor and Description |
|---|
BrAPIAlleleMatrixPagination() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIAlleleMatrixPagination |
dimension(BrAPIDimensionEnum dimension) |
boolean |
equals(Object o) |
BrAPIDimensionEnum |
getDimension()
The dimension of the matrix being paginated
|
Integer |
getPage()
the requested page number (zero indexed)
|
Integer |
getPageSize()
the maximum number of elements per page in this dimension of the matrix
|
Integer |
getTotalCount()
The total number of elements that are available on the server and match the requested query parameters.
|
Integer |
getTotalPages()
The total number of pages of elements available on the server.
|
int |
hashCode() |
BrAPIAlleleMatrixPagination |
page(Integer page) |
BrAPIAlleleMatrixPagination |
pageSize(Integer pageSize) |
void |
setDimension(BrAPIDimensionEnum dimension) |
void |
setPage(Integer page) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
void |
setTotalPages(Integer totalPages) |
String |
toString() |
BrAPIAlleleMatrixPagination |
totalCount(Integer totalCount) |
BrAPIAlleleMatrixPagination |
totalPages(Integer totalPages) |
public BrAPIAlleleMatrixPagination dimension(BrAPIDimensionEnum dimension)
public BrAPIDimensionEnum getDimension()
public void setDimension(BrAPIDimensionEnum dimension)
public BrAPIAlleleMatrixPagination page(Integer page)
public Integer getPage()
public void setPage(Integer page)
public BrAPIAlleleMatrixPagination pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public BrAPIAlleleMatrixPagination totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public BrAPIAlleleMatrixPagination totalPages(Integer totalPages)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
Copyright © 2023. All rights reserved.