public final class WebappsWrapper extends Object implements org.wso2.carbon.utils.Pageable
| Constructor and Description |
|---|
WebappsWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
int |
getHttpPort() |
int |
getHttpsPort() |
int |
getNumberOfCorrectWebapps() |
int |
getNumberOfFaultyWebapps() |
int |
getNumberOfPages() |
VersionedWebappMetadata[] |
getWebapps() |
String |
getWebappsDir() |
<T> void |
set(List<T> items) |
void |
setHostName(String hostName) |
void |
setHttpPort(int httpPort) |
void |
setHttpsPort(int httpsPort) |
void |
setNumberOfCorrectWebapps(int numberOfCorrectWebapps) |
void |
setNumberOfFaultyWebapps(int numberOfFaultyWebapps) |
void |
setNumberOfPages(int numberOfPages) |
void |
setWebapps(VersionedWebappMetadata[] webapps) |
void |
setWebappsDir(String webappsDir) |
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.Pageablepublic int getNumberOfCorrectWebapps()
public void setNumberOfCorrectWebapps(int numberOfCorrectWebapps)
public int getNumberOfFaultyWebapps()
public void setNumberOfFaultyWebapps(int numberOfFaultyWebapps)
public String getWebappsDir()
public void setWebappsDir(String webappsDir)
public String getHostName()
public void setHostName(String hostName)
public int getHttpPort()
public void setHttpPort(int httpPort)
public int getHttpsPort()
public void setHttpsPort(int httpsPort)
public VersionedWebappMetadata[] getWebapps()
public void setWebapps(VersionedWebappMetadata[] webapps)
Copyright © 2021 WSO2. All rights reserved.