Class Deliver
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.basic.BasicMethod
-
- com.swiftmq.amqp.v091.generated.basic.Deliver
-
public class Deliver extends BasicMethod
-
-
Constructor Summary
Constructors Constructor Description Deliver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(BasicMethodVisitor visitor)
java.lang.String
getConsumerTag()
long
getDeliveryTag()
java.lang.String
getExchange()
boolean
getRedelivered()
java.lang.String
getRoutingKey()
protected void
readBody(BitSupportDataInput in)
void
setConsumerTag(java.lang.String consumerTag)
void
setDeliveryTag(long deliveryTag)
void
setExchange(java.lang.String exchange)
void
setRedelivered(boolean redelivered)
void
setRoutingKey(java.lang.String routingKey)
java.lang.String
toString()
protected void
writeBody(BitSupportDataOutput out)
-
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
-
-
-
Method Detail
-
accept
public void accept(BasicMethodVisitor visitor)
- Specified by:
accept
in classBasicMethod
-
getConsumerTag
public java.lang.String getConsumerTag()
-
setConsumerTag
public void setConsumerTag(java.lang.String consumerTag)
-
getDeliveryTag
public long getDeliveryTag()
-
setDeliveryTag
public void setDeliveryTag(long deliveryTag)
-
getRedelivered
public boolean getRedelivered()
-
setRedelivered
public void setRedelivered(boolean redelivered)
-
getExchange
public java.lang.String getExchange()
-
setExchange
public void setExchange(java.lang.String exchange)
-
getRoutingKey
public java.lang.String getRoutingKey()
-
setRoutingKey
public void setRoutingKey(java.lang.String routingKey)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-