public class com.microsoft.azure.management.batchai.AutoScaleSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.AutoScaleSettings
  super_class: java.lang.Object
{
  private int minimumNodeCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "minimumNodeCount", required = true)

  private int maximumNodeCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "maximumNodeCount", required = true)

  private java.lang.Integer initialNodeCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "initialNodeCount")

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

  public int minimumNodeCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
         0: .line 50
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.AutoScaleSettings.minimumNodeCount:I
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/AutoScaleSettings;

  public com.microsoft.azure.management.batchai.AutoScaleSettings withMinimumNodeCount(int);
    descriptor: (I)Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
        start local 1 // int minimumNodeCount
         0: .line 60
            aload 0 /* this */
            iload 1 /* minimumNodeCount */
            putfield com.microsoft.azure.management.batchai.AutoScaleSettings.minimumNodeCount:I
         1: .line 61
            aload 0 /* this */
            areturn
        end local 1 // int minimumNodeCount
        end local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
            0    2     1  minimumNodeCount  I
    MethodParameters:
                  Name  Flags
      minimumNodeCount  

  public int maximumNodeCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.AutoScaleSettings.maximumNodeCount:I
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/AutoScaleSettings;

  public com.microsoft.azure.management.batchai.AutoScaleSettings withMaximumNodeCount(int);
    descriptor: (I)Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
        start local 1 // int maximumNodeCount
         0: .line 80
            aload 0 /* this */
            iload 1 /* maximumNodeCount */
            putfield com.microsoft.azure.management.batchai.AutoScaleSettings.maximumNodeCount:I
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // int maximumNodeCount
        end local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
            0    2     1  maximumNodeCount  I
    MethodParameters:
                  Name  Flags
      maximumNodeCount  

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

  public com.microsoft.azure.management.batchai.AutoScaleSettings withInitialNodeCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
        start local 1 // java.lang.Integer initialNodeCount
         0: .line 100
            aload 0 /* this */
            aload 1 /* initialNodeCount */
            putfield com.microsoft.azure.management.batchai.AutoScaleSettings.initialNodeCount:Ljava/lang/Integer;
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer initialNodeCount
        end local 0 // com.microsoft.azure.management.batchai.AutoScaleSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batchai/AutoScaleSettings;
            0    2     1  initialNodeCount  Ljava/lang/Integer;
    MethodParameters:
                  Name  Flags
      initialNodeCount  
}
SourceFile: "AutoScaleSettings.java"