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 RuntimeState
public String getStartedAt()
getStartedAt
in interface RuntimeState
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.