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

  private com.microsoft.azure.management.batch.AutoScaleSettings autoScale;
    descriptor: Lcom/microsoft/azure/management/batch/AutoScaleSettings;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "autoScale")

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

  public com.microsoft.azure.management.batch.FixedScaleSettings fixedScale();
    descriptor: ()Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.ScaleSettings this
         0: .line 43
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ScaleSettings.fixedScale:Lcom/microsoft/azure/management/batch/FixedScaleSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ScaleSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ScaleSettings;

  public com.microsoft.azure.management.batch.ScaleSettings withFixedScale(com.microsoft.azure.management.batch.FixedScaleSettings);
    descriptor: (Lcom/microsoft/azure/management/batch/FixedScaleSettings;)Lcom/microsoft/azure/management/batch/ScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ScaleSettings this
        start local 1 // com.microsoft.azure.management.batch.FixedScaleSettings fixedScale
         0: .line 53
            aload 0 /* this */
            aload 1 /* fixedScale */
            putfield com.microsoft.azure.management.batch.ScaleSettings.fixedScale:Lcom/microsoft/azure/management/batch/FixedScaleSettings;
         1: .line 54
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.FixedScaleSettings fixedScale
        end local 0 // com.microsoft.azure.management.batch.ScaleSettings this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batch/ScaleSettings;
            0    2     1  fixedScale  Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    MethodParameters:
            Name  Flags
      fixedScale  

  public com.microsoft.azure.management.batch.AutoScaleSettings autoScale();
    descriptor: ()Lcom/microsoft/azure/management/batch/AutoScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.ScaleSettings this
         0: .line 63
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ScaleSettings.autoScale:Lcom/microsoft/azure/management/batch/AutoScaleSettings;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ScaleSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ScaleSettings;

  public com.microsoft.azure.management.batch.ScaleSettings withAutoScale(com.microsoft.azure.management.batch.AutoScaleSettings);
    descriptor: (Lcom/microsoft/azure/management/batch/AutoScaleSettings;)Lcom/microsoft/azure/management/batch/ScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ScaleSettings this
        start local 1 // com.microsoft.azure.management.batch.AutoScaleSettings autoScale
         0: .line 73
            aload 0 /* this */
            aload 1 /* autoScale */
            putfield com.microsoft.azure.management.batch.ScaleSettings.autoScale:Lcom/microsoft/azure/management/batch/AutoScaleSettings;
         1: .line 74
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.AutoScaleSettings autoScale
        end local 0 // com.microsoft.azure.management.batch.ScaleSettings this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/ScaleSettings;
            0    2     1  autoScale  Lcom/microsoft/azure/management/batch/AutoScaleSettings;
    MethodParameters:
           Name  Flags
      autoScale  
}
SourceFile: "ScaleSettings.java"