public class MqResponse extends java.lang.Object implements MqResponseIf
Constructor and Description |
---|
MqResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
int |
getCustomInt1() |
java.lang.String |
getJMSCorrelationId() |
java.lang.String |
getJMSMessageId() |
java.lang.String |
getMsgText() |
long |
getSentTimestamp() |
boolean |
isTimedout() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustomInt1(int customInt1) |
void |
setJMSCorrelationId(java.lang.String jMSCorrelationId) |
void |
setJMSMessageId(java.lang.String jMSMessageId) |
void |
setMsgText(java.lang.String msgText) |
void |
setSentTimestamp(long sentTimestamp) |
void |
setTimedout(boolean timedout) |
java.lang.String |
toString()
Returns a string containing the attributes of the MqOptions object
|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getCustom1()
getCustom1
in interface MqResponseIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface MqResponseIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface MqResponseIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface MqResponseIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface MqResponseIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface MqResponseIf
custom3
- the custom3 to setpublic java.lang.String getMsgText()
getMsgText
in interface MqResponseIf
public void setMsgText(java.lang.String msgText)
setMsgText
in interface MqResponseIf
msgText
- the msgText to setpublic boolean isTimedout()
isTimedout
in interface MqResponseIf
public void setTimedout(boolean timedout)
setTimedout
in interface MqResponseIf
timedout
- the timedout to setpublic java.lang.String getJMSCorrelationId()
getJMSCorrelationId
in interface MqResponseIf
public void setJMSCorrelationId(java.lang.String jMSCorrelationId)
setJMSCorrelationId
in interface MqResponseIf
jMSCorrelationId
- the jMSCorrelationId to setpublic java.lang.String getJMSMessageId()
getJMSMessageId
in interface MqResponseIf
public void setJMSMessageId(java.lang.String jMSMessageId)
setJMSMessageId
in interface MqResponseIf
jMSMessageId
- the jMSMessageId to setpublic int getCustomInt1()
getCustomInt1
in interface MqResponseIf
public void setCustomInt1(int customInt1)
setCustomInt1
in interface MqResponseIf
customInt1
- the customInt1 to setpublic long getSentTimestamp()
getSentTimestamp
in interface MqResponseIf
public void setSentTimestamp(long sentTimestamp)
setSentTimestamp
in interface MqResponseIf
sentTimestamp
- the sentTimestamp to setCopyright © 2018 DS Data Systems UK Ltd.