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: .line 16
            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 // com.microsoft.azure.LongRunningOperationOptions this
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.LongRunningOperationOptions this
      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 // com.microsoft.azure.LongRunningOperationOptions this
         0: .line 27
            aload 0 /* this */
            getfield com.microsoft.azure.LongRunningOperationOptions.finalStateVia:Lcom/microsoft/azure/LongRunningFinalState;
            areturn
        end local 0 // com.microsoft.azure.LongRunningOperationOptions this
      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 // com.microsoft.azure.LongRunningOperationOptions this
        start local 1 // com.microsoft.azure.LongRunningFinalState finalStateVia
         0: .line 37
            aload 0 /* this */
            aload 1 /* finalStateVia */
            putfield com.microsoft.azure.LongRunningOperationOptions.finalStateVia:Lcom/microsoft/azure/LongRunningFinalState;
         1: .line 38
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.LongRunningFinalState finalStateVia
        end local 0 // com.microsoft.azure.LongRunningOperationOptions this
      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"