Class Nack
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.basic.BasicMethod
-
- com.swiftmq.amqp.v091.generated.basic.Nack
-
public class Nack extends BasicMethod
-
-
Constructor Summary
Constructors Constructor Description Nack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(BasicMethodVisitor visitor)
long
getDeliveryTag()
boolean
getMultiple()
boolean
getRequeue()
protected void
readBody(BitSupportDataInput in)
void
setDeliveryTag(long deliveryTag)
void
setMultiple(boolean multiple)
void
setRequeue(boolean requeue)
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
-
getDeliveryTag
public long getDeliveryTag()
-
setDeliveryTag
public void setDeliveryTag(long deliveryTag)
-
getMultiple
public boolean getMultiple()
-
setMultiple
public void setMultiple(boolean multiple)
-
getRequeue
public boolean getRequeue()
-
setRequeue
public void setRequeue(boolean requeue)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-