Class Delete
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.queue.QueueMethod
-
- com.swiftmq.amqp.v091.generated.queue.Delete
-
public class Delete extends QueueMethod
-
-
Constructor Summary
Constructors Constructor Description Delete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(QueueMethodVisitor visitor)
boolean
getIfEmpty()
boolean
getIfUnused()
boolean
getNoWait()
java.lang.String
getQueue()
int
getReserved1()
protected void
readBody(BitSupportDataInput in)
void
setIfEmpty(boolean ifEmpty)
void
setIfUnused(boolean ifUnused)
void
setNoWait(boolean noWait)
void
setQueue(java.lang.String queue)
void
setReserved1(int reserved1)
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(QueueMethodVisitor visitor)
- Specified by:
accept
in classQueueMethod
-
getReserved1
public int getReserved1()
-
setReserved1
public void setReserved1(int reserved1)
-
getQueue
public java.lang.String getQueue()
-
setQueue
public void setQueue(java.lang.String queue)
-
getIfUnused
public boolean getIfUnused()
-
setIfUnused
public void setIfUnused(boolean ifUnused)
-
getIfEmpty
public boolean getIfEmpty()
-
setIfEmpty
public void setIfEmpty(boolean ifEmpty)
-
getNoWait
public boolean getNoWait()
-
setNoWait
public void setNoWait(boolean noWait)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-