public class StatusMessage extends BusMessage
| Modifier and Type | Field and Description |
|---|---|
protected StateBundle |
state |
| Constructor and Description |
|---|
StatusMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StateBundle |
getState()
Get the PublishedState object that contains the Agent's internal state
at the moment the StatusMessage was published.
|
int |
hashCode() |
void |
setState(StateBundle state)
Set the StateBundle object containing the Agent's internal state at
the moment the StatusMessage was published.
|
String |
toString() |
getOriginAgentInfo, getSummary, getTimeStamp, setOriginAgentInfo, setSummaryprotected StateBundle state
public void setState(StateBundle state)
state - The StateBundle object.public StateBundle getState()
public int hashCode()
hashCode in class BusMessagepublic boolean equals(Object obj)
equals in class BusMessageCopyright © 2015 LSST. All rights reserved.