public final class com.microsoft.azure.management.monitor.Unit extends java.lang.Enum<com.microsoft.azure.management.monitor.Unit>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.microsoft.azure.management.monitor.Unit
  super_class: java.lang.Enum
{
  public static final com.microsoft.azure.management.monitor.Unit COUNT;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit BYTES;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit SECONDS;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit COUNT_PER_SECOND;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit BYTES_PER_SECOND;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit PERCENT;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit MILLI_SECONDS;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit BYTE_SECONDS;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit UNSPECIFIED;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit CORES;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit MILLI_CORES;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit NANO_CORES;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.azure.management.monitor.Unit BITS_PER_SECOND;
    descriptor: Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static final com.microsoft.azure.management.monitor.Unit[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/azure/management/monitor/Unit;
    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 18
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "COUNT"
            iconst_0
         1: .line 19
            ldc "Count"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.COUNT:Lcom/microsoft/azure/management/monitor/Unit;
         2: .line 21
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "BYTES"
            iconst_1
         3: .line 22
            ldc "Bytes"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.BYTES:Lcom/microsoft/azure/management/monitor/Unit;
         4: .line 24
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "SECONDS"
            iconst_2
         5: .line 25
            ldc "Seconds"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
         6: .line 27
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "COUNT_PER_SECOND"
            iconst_3
         7: .line 28
            ldc "CountPerSecond"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.COUNT_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
         8: .line 30
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "BYTES_PER_SECOND"
            iconst_4
         9: .line 31
            ldc "BytesPerSecond"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.BYTES_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
        10: .line 33
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "PERCENT"
            iconst_5
        11: .line 34
            ldc "Percent"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.PERCENT:Lcom/microsoft/azure/management/monitor/Unit;
        12: .line 36
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "MILLI_SECONDS"
            bipush 6
        13: .line 37
            ldc "MilliSeconds"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.MILLI_SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
        14: .line 39
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "BYTE_SECONDS"
            bipush 7
        15: .line 40
            ldc "ByteSeconds"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.BYTE_SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
        16: .line 42
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "UNSPECIFIED"
            bipush 8
        17: .line 43
            ldc "Unspecified"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.UNSPECIFIED:Lcom/microsoft/azure/management/monitor/Unit;
        18: .line 45
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "CORES"
            bipush 9
        19: .line 46
            ldc "Cores"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.CORES:Lcom/microsoft/azure/management/monitor/Unit;
        20: .line 48
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "MILLI_CORES"
            bipush 10
        21: .line 49
            ldc "MilliCores"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.MILLI_CORES:Lcom/microsoft/azure/management/monitor/Unit;
        22: .line 51
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "NANO_CORES"
            bipush 11
        23: .line 52
            ldc "NanoCores"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.NANO_CORES:Lcom/microsoft/azure/management/monitor/Unit;
        24: .line 54
            new com.microsoft.azure.management.monitor.Unit
            dup
            ldc "BITS_PER_SECOND"
            bipush 12
        25: .line 55
            ldc "BitsPerSecond"
            invokespecial com.microsoft.azure.management.monitor.Unit.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            putstatic com.microsoft.azure.management.monitor.Unit.BITS_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
        26: .line 17
            bipush 13
            anewarray com.microsoft.azure.management.monitor.Unit
            dup
            iconst_0
            getstatic com.microsoft.azure.management.monitor.Unit.COUNT:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.azure.management.monitor.Unit.BYTES:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.azure.management.monitor.Unit.SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            iconst_3
            getstatic com.microsoft.azure.management.monitor.Unit.COUNT_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            iconst_4
            getstatic com.microsoft.azure.management.monitor.Unit.BYTES_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            iconst_5
            getstatic com.microsoft.azure.management.monitor.Unit.PERCENT:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 6
            getstatic com.microsoft.azure.management.monitor.Unit.MILLI_SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 7
            getstatic com.microsoft.azure.management.monitor.Unit.BYTE_SECONDS:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 8
            getstatic com.microsoft.azure.management.monitor.Unit.UNSPECIFIED:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 9
            getstatic com.microsoft.azure.management.monitor.Unit.CORES:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 10
            getstatic com.microsoft.azure.management.monitor.Unit.MILLI_CORES:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 11
            getstatic com.microsoft.azure.management.monitor.Unit.NANO_CORES:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            dup
            bipush 12
            getstatic com.microsoft.azure.management.monitor.Unit.BITS_PER_SECOND:Lcom/microsoft/azure/management/monitor/Unit;
            aastore
            putstatic com.microsoft.azure.management.monitor.Unit.ENUM$VALUES:[Lcom/microsoft/azure/management/monitor/Unit;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.monitor.Unit this
        start local 3 // java.lang.String value
         0: .line 60
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 61
            aload 0 /* this */
            aload 3 /* value */
            putfield com.microsoft.azure.management.monitor.Unit.value:Ljava/lang/String;
         2: .line 62
            return
        end local 3 // java.lang.String value
        end local 0 // com.microsoft.azure.management.monitor.Unit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/monitor/Unit;
            0    3     3  value  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public static com.microsoft.azure.management.monitor.Unit fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // java.lang.String value
         0: .line 72
            invokestatic com.microsoft.azure.management.monitor.Unit.values:()[Lcom/microsoft/azure/management/monitor/Unit;
            astore 1 /* items */
        start local 1 // com.microsoft.azure.management.monitor.Unit[] items
         1: .line 73
            aload 1 /* items */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: java.lang.String com.microsoft.azure.management.monitor.Unit[] top int int com.microsoft.azure.management.monitor.Unit[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* item */
        start local 2 // com.microsoft.azure.management.monitor.Unit item
         3: .line 74
            aload 2 /* item */
            invokevirtual com.microsoft.azure.management.monitor.Unit.toString:()Ljava/lang/String;
            aload 0 /* value */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 75
            aload 2 /* item */
            areturn
        end local 2 // com.microsoft.azure.management.monitor.Unit item
         5: .line 73
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 2
         7: .line 78
            aconst_null
            areturn
        end local 1 // com.microsoft.azure.management.monitor.Unit[] items
        end local 0 // java.lang.String value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0  value  Ljava/lang/String;
            1    8     1  items  [Lcom/microsoft/azure/management/monitor/Unit;
            3    5     2   item  Lcom/microsoft/azure/management/monitor/Unit;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonCreator()
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.Unit this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.Unit.value:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.Unit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/Unit;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonValue()

  public static com.microsoft.azure.management.monitor.Unit[] values();
    descriptor: ()[Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.microsoft.azure.management.monitor.Unit.ENUM$VALUES:[Lcom/microsoft/azure/management/monitor/Unit;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.microsoft.azure.management.monitor.Unit
            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 com.microsoft.azure.management.monitor.Unit valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/Unit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/microsoft/azure/management/monitor/Unit;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.microsoft.azure.management.monitor.Unit
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/microsoft/azure/management/monitor/Unit;>;
SourceFile: "Unit.java"