public class PageInfoForDescribeSecretsOutput extends Object
| Constructor and Description |
|---|
PageInfoForDescribeSecretsOutput() |
| Modifier and Type | Method and Description |
|---|---|
PageInfoForDescribeSecretsOutput |
count(Integer count) |
PageInfoForDescribeSecretsOutput |
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() |
PageInfoForDescribeSecretsOutput |
pageSize(Integer pageSize) |
void |
setCount(Integer count) |
void |
setCurrentPage(Integer currentPage) |
void |
setPageSize(Integer pageSize) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
PageInfoForDescribeSecretsOutput |
totalCount(Integer totalCount) |
public PageInfoForDescribeSecretsOutput count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public PageInfoForDescribeSecretsOutput currentPage(Integer currentPage)
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public PageInfoForDescribeSecretsOutput pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public PageInfoForDescribeSecretsOutput totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2025. All rights reserved.