public abstract class CommandAckOrReply extends BusMessage implements Serializable, CommandBusMessage
detailLevel, origin, priorityLevel, summary, timeStamp| Constructor and Description |
|---|
CommandAckOrReply() |
CommandAckOrReply(Command command,
String origin) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelId() |
String |
getDestination() |
Command |
getOriginalCommand() |
void |
setCorrelId(String correlId) |
void |
setDestination(String destination) |
void |
setOriginalCommand(Command originalCommand) |
getDetailLevel, getMessageType, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamppublic String getCorrelId()
public void setCorrelId(String correlId)
public Command getOriginalCommand()
public void setOriginalCommand(Command originalCommand)
public String getDestination()
public void setDestination(String destination)
Copyright © 2013 LSST. All Rights Reserved.