public class GetOk extends BasicMethod
  • Constructor Details

    • GetOk

      public GetOk()
  • Method Details

    • accept

      public void accept(BasicMethodVisitor visitor)
      Specified by:
      accept in class BasicMethod
    • getDeliveryTag

      public long getDeliveryTag()
    • setDeliveryTag

      public void setDeliveryTag(long deliveryTag)
    • getRedelivered

      public boolean getRedelivered()
    • setRedelivered

      public void setRedelivered(boolean redelivered)
    • getExchange

      public String getExchange()
    • setExchange

      public void setExchange(String exchange)
    • getRoutingKey

      public String getRoutingKey()
    • setRoutingKey

      public void setRoutingKey(String routingKey)
    • getMessageCount

      public int getMessageCount()
    • setMessageCount

      public void setMessageCount(int messageCount)
    • readBody

      protected void readBody(BitSupportDataInput in) throws IOException
      Specified by:
      readBody in class Method
      Throws:
      IOException
    • writeBody

      protected void writeBody(BitSupportDataOutput out) throws IOException
      Specified by:
      writeBody in class Method
      Throws:
      IOException
    • toString

      public String toString()
      Overrides:
      toString in class Method