public class SystemStatus extends Object implements Serializable
| Constructor and Description |
|---|
SystemStatus()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getVersion() |
boolean |
isUp() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setUp(boolean up) |
void |
setVersion(String version) |
public boolean isUp()
public void setUp(boolean up)
up - the up to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.