public class PageInfoForDescribeKeysOutput extends Object
| Constructor and Description |
|---|
PageInfoForDescribeKeysOutput() |
| Modifier and Type | Method and Description |
|---|---|
PageInfoForDescribeKeysOutput |
count(Integer count) |
PageInfoForDescribeKeysOutput |
currentPage(Integer currentPage) |
boolean |
equals(Object o) |
Integer |
getCount()
Get count
|
Integer |
getCurrentPage()
Get currentPage
|
Integer |
getPageSize()
Get pageSize
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
PageInfoForDescribeKeysOutput |
pageSize(Integer pageSize) |
void |
setCount(Integer count) |
void |
setCurrentPage(Integer currentPage) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
PageInfoForDescribeKeysOutput |
totalCount(Integer totalCount) |
public PageInfoForDescribeKeysOutput count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public PageInfoForDescribeKeysOutput currentPage(Integer currentPage)
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public PageInfoForDescribeKeysOutput pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public PageInfoForDescribeKeysOutput totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2025. All rights reserved.