public class FaultyServicesWrapper extends Object implements org.wso2.carbon.utils.Pageable
| Constructor and Description |
|---|
FaultyServicesWrapper() |
| Modifier and Type | Method and Description |
|---|---|
FaultyService[] |
getFaultyServices() |
int |
getNumberOfFaultyServiceGroups() |
int |
getNumberOfPages() |
<T> void |
set(List<T> items) |
void |
setFaultyServices(FaultyService[] faultyServices) |
void |
setNumberOfFaultyServiceGroups(int numberOfFaultyServiceGroups) |
void |
setNumberOfPages(int numberOfPages) |
public FaultyService[] getFaultyServices()
public void setFaultyServices(FaultyService[] faultyServices)
public int getNumberOfFaultyServiceGroups()
public void setNumberOfFaultyServiceGroups(int numberOfFaultyServiceGroups)
public int getNumberOfPages()
getNumberOfPages in interface org.wso2.carbon.utils.Pageablepublic void setNumberOfPages(int numberOfPages)
setNumberOfPages in interface org.wso2.carbon.utils.Pageablepublic <T> void set(List<T> items)
set in interface org.wso2.carbon.utils.PageableCopyright © 2016 WSO2. All rights reserved.