public static class BeanSearcherProperties.Params.Pagination extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
TYPE_OFFSET |
static String |
TYPE_PAGE |
| 构造器和说明 |
|---|
Pagination() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDefaultSize() |
long |
getMaxAllowedOffset() |
int |
getMaxAllowedSize() |
String |
getOffset() |
String |
getPage() |
String |
getSize() |
int |
getStart() |
String |
getType() |
void |
setDefaultSize(int defaultSize) |
void |
setMaxAllowedOffset(long maxAllowedOffset) |
void |
setMaxAllowedSize(int maxAllowedSize) |
void |
setOffset(String offset) |
void |
setPage(String page) |
void |
setSize(String size) |
void |
setStart(int start) |
void |
setType(String type) |
public int getDefaultSize()
public void setDefaultSize(int defaultSize)
public String getType()
public void setType(String type)
public String getSize()
public void setSize(String size)
public String getPage()
public void setPage(String page)
public String getOffset()
public void setOffset(String offset)
public int getStart()
public void setStart(int start)
public int getMaxAllowedSize()
public void setMaxAllowedSize(int maxAllowedSize)
public long getMaxAllowedOffset()
public void setMaxAllowedOffset(long maxAllowedOffset)
Copyright © 2023. All rights reserved.