public class io.vertx.mqtt.messages.impl.MqttPublishMessageImpl implements io.vertx.mqtt.messages.MqttPublishMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.mqtt.messages.impl.MqttPublishMessageImpl
  super_class: java.lang.Object
{
  private final int messageId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.mqtt.MqttQoS qosLevel;
    descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isDup;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isRetain;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String topicName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.buffer.Buffer payload;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, io.netty.handler.codec.mqtt.MqttQoS, boolean, boolean, java.lang.String, io.netty.buffer.ByteBuf);
    descriptor: (ILio/netty/handler/codec/mqtt/MqttQoS;ZZLjava/lang/String;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
        start local 1 // int messageId
        start local 2 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        start local 3 // boolean isDup
        start local 4 // boolean isRetain
        start local 5 // java.lang.String topicName
        start local 6 // io.netty.buffer.ByteBuf payload
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iload 1 /* messageId */
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.messageId:I
         2: .line 48
            aload 0 /* this */
            aload 2 /* qosLevel */
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.qosLevel:Lio/netty/handler/codec/mqtt/MqttQoS;
         3: .line 49
            aload 0 /* this */
            iload 3 /* isDup */
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isDup:Z
         4: .line 50
            aload 0 /* this */
            iload 4 /* isRetain */
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isRetain:Z
         5: .line 51
            aload 0 /* this */
            aload 5 /* topicName */
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.topicName:Ljava/lang/String;
         6: .line 52
            aload 0 /* this */
            aload 6 /* payload */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.payload:Lio/vertx/core/buffer/Buffer;
         7: .line 53
            return
        end local 6 // io.netty.buffer.ByteBuf payload
        end local 5 // java.lang.String topicName
        end local 4 // boolean isRetain
        end local 3 // boolean isDup
        end local 2 // io.netty.handler.codec.mqtt.MqttQoS qosLevel
        end local 1 // int messageId
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
            0    8     1  messageId  I
            0    8     2   qosLevel  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    8     3      isDup  Z
            0    8     4   isRetain  Z
            0    8     5  topicName  Ljava/lang/String;
            0    8     6    payload  Lio/netty/buffer/ByteBuf;
    MethodParameters:
           Name  Flags
      messageId  
      qosLevel   
      isDup      
      isRetain   
      topicName  
      payload    

  public int messageId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.messageId:I
            ireturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;

  public io.netty.handler.codec.mqtt.MqttQoS qosLevel();
    descriptor: ()Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.qosLevel:Lio/netty/handler/codec/mqtt/MqttQoS;
            areturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;

  public boolean isDup();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isDup:Z
            ireturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;

  public boolean isRetain();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.isRetain:Z
            ireturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;

  public java.lang.String topicName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.topicName:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;

  public io.vertx.core.buffer.Buffer payload();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.mqtt.messages.impl.MqttPublishMessageImpl.payload:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.mqtt.messages.impl.MqttPublishMessageImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/mqtt/messages/impl/MqttPublishMessageImpl;
}
SourceFile: "MqttPublishMessageImpl.java"