public class BaseRuntimeState extends Object implements RuntimeState
READY, RUNNING, STOPPED, UNKNOWN| Constructor and Description |
|---|
BaseRuntimeState()
No-args constructor for enabling marshalling to work, please do not remove.
|
BaseRuntimeState(String status,
String startedAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStartedAt() |
String |
getState() |
int |
hashCode() |
String |
toString() |
public BaseRuntimeState()
public String getState()
getState in interface RuntimeStatepublic String getStartedAt()
getStartedAt in interface RuntimeStateCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.