public class ServiceMetaDataWrapper extends Object implements org.wso2.carbon.utils.Pageable
| Constructor and Description |
|---|
ServiceMetaDataWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfActiveServices() |
int |
getNumberOfCorrectServiceGroups() |
int |
getNumberOfFaultyServiceGroups() |
int |
getNumberOfPages() |
ServiceMetaData[] |
getServices() |
String[] |
getServiceTypes() |
<T> void |
set(List<T> items) |
void |
setNumberOfActiveServices(int numberOfServices) |
void |
setNumberOfCorrectServiceGroups(int numberOfCorrectServiceGroups) |
void |
setNumberOfFaultyServiceGroups(int numberOfFaultyServiceGroups) |
void |
setNumberOfPages(int numberOfPages) |
void |
setServices(ServiceMetaData[] services) |
void |
setServiceTypes(String[] serviceTypes) |
public ServiceMetaData[] getServices()
public int getNumberOfPages()
getNumberOfPages in interface org.wso2.carbon.utils.Pageablepublic void setServices(ServiceMetaData[] services)
public 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.Pageablepublic int getNumberOfActiveServices()
public void setNumberOfActiveServices(int numberOfServices)
public int getNumberOfCorrectServiceGroups()
public void setNumberOfCorrectServiceGroups(int numberOfCorrectServiceGroups)
public int getNumberOfFaultyServiceGroups()
public void setNumberOfFaultyServiceGroups(int numberOfFaultyServiceGroups)
public String[] getServiceTypes()
public void setServiceTypes(String[] serviceTypes)
Copyright © 2017 WSO2. All rights reserved.