public class com.microsoft.azure.management.sql.AutomaticTuningOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.sql.AutomaticTuningOptions
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired desiredState;
    descriptor: Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "desiredState")

  private com.microsoft.azure.management.sql.AutomaticTuningOptionModeActual actualState;
    descriptor: Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeActual;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "actualState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.Integer reasonCode;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "reasonCode", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.sql.AutomaticTuningDisabledReason reasonDesc;
    descriptor: Lcom/microsoft/azure/management/sql/AutomaticTuningDisabledReason;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "reasonDesc", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;

  public com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired desiredState();
    descriptor: ()Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
         0: .line 52
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.AutomaticTuningOptions.desiredState:Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;
            areturn
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;

  public com.microsoft.azure.management.sql.AutomaticTuningOptions withDesiredState(com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired);
    descriptor: (Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;)Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
        start local 1 // com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired desiredState
         0: .line 62
            aload 0 /* this */
            aload 1 /* desiredState */
            putfield com.microsoft.azure.management.sql.AutomaticTuningOptions.desiredState:Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;
         1: .line 63
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired desiredState
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;
            0    2     1  desiredState  Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeDesired;
    MethodParameters:
              Name  Flags
      desiredState  

  public com.microsoft.azure.management.sql.AutomaticTuningOptionModeActual actualState();
    descriptor: ()Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeActual;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
         0: .line 72
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.AutomaticTuningOptions.actualState:Lcom/microsoft/azure/management/sql/AutomaticTuningOptionModeActual;
            areturn
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;

  public java.lang.Integer reasonCode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
         0: .line 81
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.AutomaticTuningOptions.reasonCode:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;

  public com.microsoft.azure.management.sql.AutomaticTuningDisabledReason reasonDesc();
    descriptor: ()Lcom/microsoft/azure/management/sql/AutomaticTuningDisabledReason;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.sql.AutomaticTuningOptions.reasonDesc:Lcom/microsoft/azure/management/sql/AutomaticTuningDisabledReason;
            areturn
        end local 0 // com.microsoft.azure.management.sql.AutomaticTuningOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/sql/AutomaticTuningOptions;
}
SourceFile: "AutomaticTuningOptions.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty