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