public class QuerySmResp extends Command
commandId, commandLength, commandStatus, sequenceNumber
Constructor and Description |
---|
QuerySmResp() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
byte |
getErrorCode() |
java.lang.String |
getFinalDate() |
java.lang.String |
getMessageId() |
MessageState |
getMessageState() |
int |
hashCode() |
void |
setErrorCode(byte errorCode) |
void |
setFinalDate(java.lang.String finalDate) |
void |
setMessageId(java.lang.String messageId) |
void |
setMessageState(MessageState messageState) |
getCommandId, getCommandIdAsHex, getCommandLength, getCommandStatus, getCommandStatusAsHex, getSequenceNumber, setCommandId, setCommandLength, setCommandStatus, setSequenceNumber, toString
public byte getErrorCode()
public void setErrorCode(byte errorCode)
errorCode
- the errorCode to setpublic java.lang.String getFinalDate()
public void setFinalDate(java.lang.String finalDate)
finalDate
- the finalDate to setpublic java.lang.String getMessageId()
public void setMessageId(java.lang.String messageId)
messageId
- the messageId to setpublic MessageState getMessageState()
public void setMessageState(MessageState messageState)
messageState
- the messageState to set