public final class com.microsoft.azure.management.appservice.NotificationLevel extends java.lang.Enum<com.microsoft.azure.management.appservice.NotificationLevel>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.microsoft.azure.management.appservice.NotificationLevel
super_class: java.lang.Enum
{
public static final com.microsoft.azure.management.appservice.NotificationLevel CRITICAL;
descriptor: Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.NotificationLevel WARNING;
descriptor: Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.NotificationLevel INFORMATION;
descriptor: Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.NotificationLevel NON_URGENT_SUGGESTION;
descriptor: Lcom/microsoft/azure/management/appservice/NotificationLevel;
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.appservice.NotificationLevel[] ENUM$VALUES;
descriptor: [Lcom/microsoft/azure/management/appservice/NotificationLevel;
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: new com.microsoft.azure.management.appservice.NotificationLevel
dup
ldc "CRITICAL"
iconst_0
1: ldc "Critical"
invokespecial com.microsoft.azure.management.appservice.NotificationLevel.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.NotificationLevel.CRITICAL:Lcom/microsoft/azure/management/appservice/NotificationLevel;
2: new com.microsoft.azure.management.appservice.NotificationLevel
dup
ldc "WARNING"
iconst_1
3: ldc "Warning"
invokespecial com.microsoft.azure.management.appservice.NotificationLevel.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.NotificationLevel.WARNING:Lcom/microsoft/azure/management/appservice/NotificationLevel;
4: new com.microsoft.azure.management.appservice.NotificationLevel
dup
ldc "INFORMATION"
iconst_2
5: ldc "Information"
invokespecial com.microsoft.azure.management.appservice.NotificationLevel.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.NotificationLevel.INFORMATION:Lcom/microsoft/azure/management/appservice/NotificationLevel;
6: new com.microsoft.azure.management.appservice.NotificationLevel
dup
ldc "NON_URGENT_SUGGESTION"
iconst_3
7: ldc "NonUrgentSuggestion"
invokespecial com.microsoft.azure.management.appservice.NotificationLevel.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.NotificationLevel.NON_URGENT_SUGGESTION:Lcom/microsoft/azure/management/appservice/NotificationLevel;
8: iconst_4
anewarray com.microsoft.azure.management.appservice.NotificationLevel
dup
iconst_0
getstatic com.microsoft.azure.management.appservice.NotificationLevel.CRITICAL:Lcom/microsoft/azure/management/appservice/NotificationLevel;
aastore
dup
iconst_1
getstatic com.microsoft.azure.management.appservice.NotificationLevel.WARNING:Lcom/microsoft/azure/management/appservice/NotificationLevel;
aastore
dup
iconst_2
getstatic com.microsoft.azure.management.appservice.NotificationLevel.INFORMATION:Lcom/microsoft/azure/management/appservice/NotificationLevel;
aastore
dup
iconst_3
getstatic com.microsoft.azure.management.appservice.NotificationLevel.NON_URGENT_SUGGESTION:Lcom/microsoft/azure/management/appservice/NotificationLevel;
aastore
putstatic com.microsoft.azure.management.appservice.NotificationLevel.ENUM$VALUES:[Lcom/microsoft/azure/management/appservice/NotificationLevel;
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 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield com.microsoft.azure.management.appservice.NotificationLevel.value:Ljava/lang/String;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/appservice/NotificationLevel;
0 3 3 value Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public static com.microsoft.azure.management.appservice.NotificationLevel fromString(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: invokestatic com.microsoft.azure.management.appservice.NotificationLevel.values:()[Lcom/microsoft/azure/management/appservice/NotificationLevel;
astore 1
start local 1 1: aload 1
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 6
StackMap locals: java.lang.String com.microsoft.azure.management.appservice.NotificationLevel[] top int int com.microsoft.azure.management.appservice.NotificationLevel[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 2
invokevirtual com.microsoft.azure.management.appservice.NotificationLevel.toString:()Ljava/lang/String;
aload 0
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 5
4: aload 2
areturn
end local 2 5: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 2
7: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 value Ljava/lang/String;
1 8 1 items [Lcom/microsoft/azure/management/appservice/NotificationLevel;
3 5 2 item Lcom/microsoft/azure/management/appservice/NotificationLevel;
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 0: aload 0
getfield com.microsoft.azure.management.appservice.NotificationLevel.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/NotificationLevel;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonValue()
public static com.microsoft.azure.management.appservice.NotificationLevel[] values();
descriptor: ()[Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.microsoft.azure.management.appservice.NotificationLevel.ENUM$VALUES:[Lcom/microsoft/azure/management/appservice/NotificationLevel;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.microsoft.azure.management.appservice.NotificationLevel
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.appservice.NotificationLevel valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/NotificationLevel;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/microsoft/azure/management/appservice/NotificationLevel;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.microsoft.azure.management.appservice.NotificationLevel
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/microsoft/azure/management/appservice/NotificationLevel;>;
SourceFile: "NotificationLevel.java"