public final class io.netty.handler.codec.mqtt.MqttQoS extends java.lang.Enum<io.netty.handler.codec.mqtt.MqttQoS>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.handler.codec.mqtt.MqttQoS
  super_class: java.lang.Enum
{
  public static final io.netty.handler.codec.mqtt.MqttQoS AT_MOST_ONCE;
    descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.mqtt.MqttQoS AT_LEAST_ONCE;
    descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.mqtt.MqttQoS EXACTLY_ONCE;
    descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.mqtt.MqttQoS FAILURE;
    descriptor: Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final int value;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.netty.handler.codec.mqtt.MqttQoS[] ENUM$VALUES;
    descriptor: [Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 19
            new io.netty.handler.codec.mqtt.MqttQoS
            dup
            ldc "AT_MOST_ONCE"
            iconst_0
            iconst_0
            invokespecial io.netty.handler.codec.mqtt.MqttQoS.<init>:(Ljava/lang/String;II)V
            putstatic io.netty.handler.codec.mqtt.MqttQoS.AT_MOST_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
         1: .line 20
            new io.netty.handler.codec.mqtt.MqttQoS
            dup
            ldc "AT_LEAST_ONCE"
            iconst_1
            iconst_1
            invokespecial io.netty.handler.codec.mqtt.MqttQoS.<init>:(Ljava/lang/String;II)V
            putstatic io.netty.handler.codec.mqtt.MqttQoS.AT_LEAST_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
         2: .line 21
            new io.netty.handler.codec.mqtt.MqttQoS
            dup
            ldc "EXACTLY_ONCE"
            iconst_2
            iconst_2
            invokespecial io.netty.handler.codec.mqtt.MqttQoS.<init>:(Ljava/lang/String;II)V
            putstatic io.netty.handler.codec.mqtt.MqttQoS.EXACTLY_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
         3: .line 22
            new io.netty.handler.codec.mqtt.MqttQoS
            dup
            ldc "FAILURE"
            iconst_3
            sipush 128
            invokespecial io.netty.handler.codec.mqtt.MqttQoS.<init>:(Ljava/lang/String;II)V
            putstatic io.netty.handler.codec.mqtt.MqttQoS.FAILURE:Lio/netty/handler/codec/mqtt/MqttQoS;
         4: .line 18
            iconst_4
            anewarray io.netty.handler.codec.mqtt.MqttQoS
            dup
            iconst_0
            getstatic io.netty.handler.codec.mqtt.MqttQoS.AT_MOST_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
            aastore
            dup
            iconst_1
            getstatic io.netty.handler.codec.mqtt.MqttQoS.AT_LEAST_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
            aastore
            dup
            iconst_2
            getstatic io.netty.handler.codec.mqtt.MqttQoS.EXACTLY_ONCE:Lio/netty/handler/codec/mqtt/MqttQoS;
            aastore
            dup
            iconst_3
            getstatic io.netty.handler.codec.mqtt.MqttQoS.FAILURE:Lio/netty/handler/codec/mqtt/MqttQoS;
            aastore
            putstatic io.netty.handler.codec.mqtt.MqttQoS.ENUM$VALUES:[Lio/netty/handler/codec/mqtt/MqttQoS;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.mqtt.MqttQoS this
        start local 3 // int value
         0: .line 26
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 27
            aload 0 /* this */
            iload 3 /* value */
            putfield io.netty.handler.codec.mqtt.MqttQoS.value:I
         2: .line 28
            return
        end local 3 // int value
        end local 0 // io.netty.handler.codec.mqtt.MqttQoS this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/mqtt/MqttQoS;
            0    3     3  value  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public int value();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.mqtt.MqttQoS this
         0: .line 31
            aload 0 /* this */
            getfield io.netty.handler.codec.mqtt.MqttQoS.value:I
            ireturn
        end local 0 // io.netty.handler.codec.mqtt.MqttQoS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/mqtt/MqttQoS;

  public static io.netty.handler.codec.mqtt.MqttQoS valueOf(int);
    descriptor: (I)Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // int value
         0: .line 35
            invokestatic io.netty.handler.codec.mqtt.MqttQoS.values:()[Lio/netty/handler/codec/mqtt/MqttQoS;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 5
      StackMap locals: int top int int io.netty.handler.codec.mqtt.MqttQoS[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* q */
        start local 1 // io.netty.handler.codec.mqtt.MqttQoS q
         2: .line 36
            aload 1 /* q */
            getfield io.netty.handler.codec.mqtt.MqttQoS.value:I
            iload 0 /* value */
            if_icmpne 4
         3: .line 37
            aload 1 /* q */
            areturn
        end local 1 // io.netty.handler.codec.mqtt.MqttQoS q
         4: .line 35
      StackMap locals:
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
         5: iload 2
            iload 3
            if_icmplt 1
         6: .line 40
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid QoS: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* value */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  value  I
            2    4     1      q  Lio/netty/handler/codec/mqtt/MqttQoS;
    MethodParameters:
       Name  Flags
      value  

  public static io.netty.handler.codec.mqtt.MqttQoS[] values();
    descriptor: ()[Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.netty.handler.codec.mqtt.MqttQoS.ENUM$VALUES:[Lio/netty/handler/codec/mqtt/MqttQoS;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.netty.handler.codec.mqtt.MqttQoS
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.codec.mqtt.MqttQoS valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/mqtt/MqttQoS;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/netty/handler/codec/mqtt/MqttQoS;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.netty.handler.codec.mqtt.MqttQoS
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/netty/handler/codec/mqtt/MqttQoS;>;
SourceFile: "MqttQoS.java"