public final class com.microsoft.azure.LongRunningOperationOptions
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.microsoft.azure.LongRunningOperationOptions
super_class: java.lang.Object
{
public static final com.microsoft.azure.LongRunningOperationOptions DEFAULT;
descriptor: Lcom/microsoft/azure/LongRunningOperationOptions;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private com.microsoft.azure.LongRunningFinalState finalStateVia;
descriptor: Lcom/microsoft/azure/LongRunningFinalState;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.microsoft.azure.LongRunningOperationOptions
dup
invokespecial com.microsoft.azure.LongRunningOperationOptions.<init>:()V
getstatic com.microsoft.azure.LongRunningFinalState.DEFAULT:Lcom/microsoft/azure/LongRunningFinalState;
invokevirtual com.microsoft.azure.LongRunningOperationOptions.withFinalStateVia:(Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
putstatic com.microsoft.azure.LongRunningOperationOptions.DEFAULT:Lcom/microsoft/azure/LongRunningOperationOptions;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/LongRunningOperationOptions;
public com.microsoft.azure.LongRunningFinalState finalStateVia();
descriptor: ()Lcom/microsoft/azure/LongRunningFinalState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.LongRunningOperationOptions.finalStateVia:Lcom/microsoft/azure/LongRunningFinalState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/LongRunningOperationOptions;
public com.microsoft.azure.LongRunningOperationOptions withFinalStateVia(com.microsoft.azure.LongRunningFinalState);
descriptor: (Lcom/microsoft/azure/LongRunningFinalState;)Lcom/microsoft/azure/LongRunningOperationOptions;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.LongRunningOperationOptions.finalStateVia:Lcom/microsoft/azure/LongRunningFinalState;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/LongRunningOperationOptions;
0 2 1 finalStateVia Lcom/microsoft/azure/LongRunningFinalState;
MethodParameters:
Name Flags
finalStateVia
}
SourceFile: "LongRunningOperationOptions.java"