Class GetOk
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.basic.BasicMethod
com.swiftmq.amqp.v091.generated.basic.GetOk
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(BasicMethodVisitor visitor) long
int
boolean
protected void
void
setDeliveryTag
(long deliveryTag) void
setExchange
(String exchange) void
setMessageCount
(int messageCount) void
setRedelivered
(boolean redelivered) void
setRoutingKey
(String routingKey) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
GetOk
public GetOk()
-
-
Method Details
-
accept
- Specified by:
accept
in classBasicMethod
-
getDeliveryTag
public long getDeliveryTag() -
setDeliveryTag
public void setDeliveryTag(long deliveryTag) -
getRedelivered
public boolean getRedelivered() -
setRedelivered
public void setRedelivered(boolean redelivered) -
getExchange
-
setExchange
-
getRoutingKey
-
setRoutingKey
-
getMessageCount
public int getMessageCount() -
setMessageCount
public void setMessageCount(int messageCount) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-