public final class com.microsoft.azure.management.appservice.DomainStatus extends java.lang.Enum<com.microsoft.azure.management.appservice.DomainStatus>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.microsoft.azure.management.appservice.DomainStatus
super_class: java.lang.Enum
{
public static final com.microsoft.azure.management.appservice.DomainStatus ACTIVE;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus AWAITING;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus CANCELLED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus CONFISCATED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus DISABLED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus EXCLUDED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus EXPIRED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus FAILED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus HELD;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus LOCKED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus PARKED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus PENDING;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus RESERVED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus REVERTED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus SUSPENDED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus TRANSFERRED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus UNKNOWN;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus UNLOCKED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus UNPARKED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus UPDATED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.management.appservice.DomainStatus JSON_CONVERTER_FAILED;
descriptor: Lcom/microsoft/azure/management/appservice/DomainStatus;
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.DomainStatus[] ENUM$VALUES;
descriptor: [Lcom/microsoft/azure/management/appservice/DomainStatus;
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.DomainStatus
dup
ldc "ACTIVE"
iconst_0
1: ldc "Active"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.ACTIVE:Lcom/microsoft/azure/management/appservice/DomainStatus;
2: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "AWAITING"
iconst_1
3: ldc "Awaiting"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.AWAITING:Lcom/microsoft/azure/management/appservice/DomainStatus;
4: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "CANCELLED"
iconst_2
5: ldc "Cancelled"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.CANCELLED:Lcom/microsoft/azure/management/appservice/DomainStatus;
6: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "CONFISCATED"
iconst_3
7: ldc "Confiscated"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.CONFISCATED:Lcom/microsoft/azure/management/appservice/DomainStatus;
8: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "DISABLED"
iconst_4
9: ldc "Disabled"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.DISABLED:Lcom/microsoft/azure/management/appservice/DomainStatus;
10: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "EXCLUDED"
iconst_5
11: ldc "Excluded"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.EXCLUDED:Lcom/microsoft/azure/management/appservice/DomainStatus;
12: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "EXPIRED"
bipush 6
13: ldc "Expired"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.EXPIRED:Lcom/microsoft/azure/management/appservice/DomainStatus;
14: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "FAILED"
bipush 7
15: ldc "Failed"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.FAILED:Lcom/microsoft/azure/management/appservice/DomainStatus;
16: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "HELD"
bipush 8
17: ldc "Held"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.HELD:Lcom/microsoft/azure/management/appservice/DomainStatus;
18: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "LOCKED"
bipush 9
19: ldc "Locked"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.LOCKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
20: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "PARKED"
bipush 10
21: ldc "Parked"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.PARKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
22: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "PENDING"
bipush 11
23: ldc "Pending"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.PENDING:Lcom/microsoft/azure/management/appservice/DomainStatus;
24: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "RESERVED"
bipush 12
25: ldc "Reserved"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.RESERVED:Lcom/microsoft/azure/management/appservice/DomainStatus;
26: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "REVERTED"
bipush 13
27: ldc "Reverted"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.REVERTED:Lcom/microsoft/azure/management/appservice/DomainStatus;
28: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "SUSPENDED"
bipush 14
29: ldc "Suspended"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.SUSPENDED:Lcom/microsoft/azure/management/appservice/DomainStatus;
30: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "TRANSFERRED"
bipush 15
31: ldc "Transferred"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.TRANSFERRED:Lcom/microsoft/azure/management/appservice/DomainStatus;
32: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "UNKNOWN"
bipush 16
33: ldc "Unknown"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.UNKNOWN:Lcom/microsoft/azure/management/appservice/DomainStatus;
34: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "UNLOCKED"
bipush 17
35: ldc "Unlocked"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.UNLOCKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
36: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "UNPARKED"
bipush 18
37: ldc "Unparked"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.UNPARKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
38: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "UPDATED"
bipush 19
39: ldc "Updated"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.UPDATED:Lcom/microsoft/azure/management/appservice/DomainStatus;
40: new com.microsoft.azure.management.appservice.DomainStatus
dup
ldc "JSON_CONVERTER_FAILED"
bipush 20
41: ldc "JsonConverterFailed"
invokespecial com.microsoft.azure.management.appservice.DomainStatus.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.management.appservice.DomainStatus.JSON_CONVERTER_FAILED:Lcom/microsoft/azure/management/appservice/DomainStatus;
42: bipush 21
anewarray com.microsoft.azure.management.appservice.DomainStatus
dup
iconst_0
getstatic com.microsoft.azure.management.appservice.DomainStatus.ACTIVE:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
iconst_1
getstatic com.microsoft.azure.management.appservice.DomainStatus.AWAITING:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
iconst_2
getstatic com.microsoft.azure.management.appservice.DomainStatus.CANCELLED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
iconst_3
getstatic com.microsoft.azure.management.appservice.DomainStatus.CONFISCATED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
iconst_4
getstatic com.microsoft.azure.management.appservice.DomainStatus.DISABLED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
iconst_5
getstatic com.microsoft.azure.management.appservice.DomainStatus.EXCLUDED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 6
getstatic com.microsoft.azure.management.appservice.DomainStatus.EXPIRED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 7
getstatic com.microsoft.azure.management.appservice.DomainStatus.FAILED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 8
getstatic com.microsoft.azure.management.appservice.DomainStatus.HELD:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 9
getstatic com.microsoft.azure.management.appservice.DomainStatus.LOCKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 10
getstatic com.microsoft.azure.management.appservice.DomainStatus.PARKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 11
getstatic com.microsoft.azure.management.appservice.DomainStatus.PENDING:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 12
getstatic com.microsoft.azure.management.appservice.DomainStatus.RESERVED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 13
getstatic com.microsoft.azure.management.appservice.DomainStatus.REVERTED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 14
getstatic com.microsoft.azure.management.appservice.DomainStatus.SUSPENDED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 15
getstatic com.microsoft.azure.management.appservice.DomainStatus.TRANSFERRED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 16
getstatic com.microsoft.azure.management.appservice.DomainStatus.UNKNOWN:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 17
getstatic com.microsoft.azure.management.appservice.DomainStatus.UNLOCKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 18
getstatic com.microsoft.azure.management.appservice.DomainStatus.UNPARKED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 19
getstatic com.microsoft.azure.management.appservice.DomainStatus.UPDATED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
dup
bipush 20
getstatic com.microsoft.azure.management.appservice.DomainStatus.JSON_CONVERTER_FAILED:Lcom/microsoft/azure/management/appservice/DomainStatus;
aastore
putstatic com.microsoft.azure.management.appservice.DomainStatus.ENUM$VALUES:[Lcom/microsoft/azure/management/appservice/DomainStatus;
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.DomainStatus.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/DomainStatus;
0 3 3 value Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public static com.microsoft.azure.management.appservice.DomainStatus fromString(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=6, args_size=1
start local 0 0: invokestatic com.microsoft.azure.management.appservice.DomainStatus.values:()[Lcom/microsoft/azure/management/appservice/DomainStatus;
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.DomainStatus[] top int int com.microsoft.azure.management.appservice.DomainStatus[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 2
invokevirtual com.microsoft.azure.management.appservice.DomainStatus.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/DomainStatus;
3 5 2 item Lcom/microsoft/azure/management/appservice/DomainStatus;
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.DomainStatus.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/appservice/DomainStatus;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonValue()
public static com.microsoft.azure.management.appservice.DomainStatus[] values();
descriptor: ()[Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.microsoft.azure.management.appservice.DomainStatus.ENUM$VALUES:[Lcom/microsoft/azure/management/appservice/DomainStatus;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.microsoft.azure.management.appservice.DomainStatus
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.DomainStatus valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/DomainStatus;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/microsoft/azure/management/appservice/DomainStatus;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.microsoft.azure.management.appservice.DomainStatus
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/microsoft/azure/management/appservice/DomainStatus;>;
SourceFile: "DomainStatus.java"