Class WebAppStatus
- java.lang.Object
-
- org.wso2.am.apiMonitorService.beans.WebAppStatus
-
public class WebAppStatus extends Object
Bean class to store web-app information
-
-
Constructor Summary
Constructors Constructor Description WebAppStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFaultyWebApps()String[]getSoppedWebApps()String[]getStartedWebApps()voidsetFaultyWebApps(String[] faultyWebApps)voidsetStartedWebApps(String[] startedApps)voidsetStoppedWebApps(String[] stoppedApps)
-
-
-
Method Detail
-
setStartedWebApps
public void setStartedWebApps(String[] startedApps)
-
getStartedWebApps
public String[] getStartedWebApps()
-
setStoppedWebApps
public void setStoppedWebApps(String[] stoppedApps)
-
getSoppedWebApps
public String[] getSoppedWebApps()
-
setFaultyWebApps
public void setFaultyWebApps(String[] faultyWebApps)
-
getFaultyWebApps
public String[] getFaultyWebApps()
-
-