public class PaginatedTenantInfoBean extends Object implements org.wso2.carbon.utils.Pageable
Constructor and Description |
---|
PaginatedTenantInfoBean() |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfPages() |
org.wso2.carbon.stratos.common.beans.TenantInfoBean[] |
getTenantInfoBeans() |
<T> void |
set(List<T> items) |
void |
setNumberOfPages(int numberOfPages) |
void |
setTenantInfoBeans(org.wso2.carbon.stratos.common.beans.TenantInfoBean[] tenantInfoBeans) |
public org.wso2.carbon.stratos.common.beans.TenantInfoBean[] getTenantInfoBeans()
public void setTenantInfoBeans(org.wso2.carbon.stratos.common.beans.TenantInfoBean[] tenantInfoBeans)
public int getNumberOfPages()
getNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public void setNumberOfPages(int numberOfPages)
setNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public <T> void set(List<T> items)
set
in interface org.wso2.carbon.utils.Pageable
Copyright © 2019 WSO2. All rights reserved.