org.apache.qpid.management.web.action
Class ConsoleModel
java.lang.Object
org.apache.qpid.management.web.action.ConsoleModel
- All Implemented Interfaces:
- Serializable
public class ConsoleModel
- extends Object
- implements Serializable
Console Model.
It is a simple Data Transfer Object encapsulating all information about QMan
console (System Overview)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleModel
public ConsoleModel()
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
getVersionName
public String getVersionName()
setVersionName
public void setVersionName(String versionName)
getStartDate
public Date getStartDate()
setStartDate
public void setStartDate(Date startDate)
getHost
public String getHost()
setHost
public void setHost(String host)
getPort
public int getPort()
setPort
public void setPort(int port)
getOsName
public String getOsName()
setOsName
public void setOsName(String osName)
getOsVersion
public String getOsVersion()
setOsVersion
public void setOsVersion(String osVersion)
getArchName
public String getArchName()
setArchName
public void setArchName(String archName)
getProcessors
public Integer getProcessors()
setProcessors
public void setProcessors(Integer processors)
getBootClasspath
public List<String> getBootClasspath()
setBootClasspath
public void setBootClasspath(String[] bootClasspath)
getClasspath
public String[] getClasspath()
setClasspath
public void setClasspath(String[] classpath)
getInputArguments
public String[] getInputArguments()
setInputArguments
public void setInputArguments(String[] inputArguments)
getSystemProperties
public String[] getSystemProperties()
setSystemProperties
public void setSystemProperties(String[] systemProperties)
Licensed to the Apache Software Foundation