Class Qos
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.basic.BasicMethod
-
- com.swiftmq.amqp.v091.generated.basic.Qos
-
public class Qos extends BasicMethod
-
-
Constructor Summary
Constructors Constructor Description Qos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(BasicMethodVisitor visitor)
boolean
getGlobal()
int
getPrefetchCount()
int
getPrefetchSize()
protected void
readBody(BitSupportDataInput in)
void
setGlobal(boolean global)
void
setPrefetchCount(int prefetchCount)
void
setPrefetchSize(int prefetchSize)
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
-
getPrefetchSize
public int getPrefetchSize()
-
setPrefetchSize
public void setPrefetchSize(int prefetchSize)
-
getPrefetchCount
public int getPrefetchCount()
-
setPrefetchCount
public void setPrefetchCount(int prefetchCount)
-
getGlobal
public boolean getGlobal()
-
setGlobal
public void setGlobal(boolean global)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-