public class ServiceGroupMetaDataWrapper extends Object implements org.wso2.carbon.utils.Pageable
Constructor and Description |
---|
ServiceGroupMetaDataWrapper() |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfActiveServices() |
int |
getNumberOfCorrectServiceGroups() |
int |
getNumberOfFaultyServiceGroups() |
int |
getNumberOfPages() |
ServiceGroupMetaData[] |
getServiceGroups() |
String[] |
getServiceTypes() |
<T> void |
set(List<T> items) |
void |
setNumberOfActiveServices(int numberOfActiveServices) |
void |
setNumberOfCorrectServiceGroups(int numberOfCorrectServiceGroups) |
void |
setNumberOfFaultyServiceGroups(int numberOfFaultyServiceGroups) |
void |
setNumberOfPages(int numberOfPages) |
void |
setServiceGroups(ServiceGroupMetaData[] serviceGroups) |
void |
setServiceTypes(String[] serviceTypes) |
public ServiceGroupMetaData[] getServiceGroups()
public int getNumberOfPages()
getNumberOfPages
in interface org.wso2.carbon.utils.Pageable
public void setServiceGroups(ServiceGroupMetaData[] serviceGroups)
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
public int getNumberOfActiveServices()
public void setNumberOfActiveServices(int numberOfActiveServices)
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 © 2023 WSO2. All rights reserved.