public abstract class CommandAckOrReply extends BusMessage implements 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()
Deprecated.
|
void |
setCorrelId(String correlId) |
void |
setDestination(String destination) |
void |
setOriginalCommand(Command originalCommand)
Deprecated.
|
getDetailLevel, getMessageType, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamppublic String getCorrelId()
public void setCorrelId(String correlId)
@Deprecated public Command getOriginalCommand()
@Deprecated public void setOriginalCommand(Command originalCommand)
public String getDestination()
public void setDestination(String destination)
Copyright © 2014 LSST. All Rights Reserved.