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

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

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

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

  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.FixedScaleSettings this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/FixedScaleSettings;

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

  public com.microsoft.azure.management.batch.FixedScaleSettings withResizeTimeout(org.joda.time.Period);
    descriptor: (Lorg/joda/time/Period;)Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
        start local 1 // org.joda.time.Period resizeTimeout
         0: .line 70
            aload 0 /* this */
            aload 1 /* resizeTimeout */
            putfield com.microsoft.azure.management.batch.FixedScaleSettings.resizeTimeout:Lorg/joda/time/Period;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.Period resizeTimeout
        end local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batch/FixedScaleSettings;
            0    2     1  resizeTimeout  Lorg/joda/time/Period;
    MethodParameters:
               Name  Flags
      resizeTimeout  

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

  public com.microsoft.azure.management.batch.FixedScaleSettings withTargetDedicatedNodes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
        start local 1 // java.lang.Integer targetDedicatedNodes
         0: .line 90
            aload 0 /* this */
            aload 1 /* targetDedicatedNodes */
            putfield com.microsoft.azure.management.batch.FixedScaleSettings.targetDedicatedNodes:Ljava/lang/Integer;
         1: .line 91
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer targetDedicatedNodes
        end local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batch/FixedScaleSettings;
            0    2     1  targetDedicatedNodes  Ljava/lang/Integer;
    MethodParameters:
                      Name  Flags
      targetDedicatedNodes  

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

  public com.microsoft.azure.management.batch.FixedScaleSettings withTargetLowPriorityNodes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
        start local 1 // java.lang.Integer targetLowPriorityNodes
         0: .line 110
            aload 0 /* this */
            aload 1 /* targetLowPriorityNodes */
            putfield com.microsoft.azure.management.batch.FixedScaleSettings.targetLowPriorityNodes:Ljava/lang/Integer;
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer targetLowPriorityNodes
        end local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/FixedScaleSettings;
            0    2     1  targetLowPriorityNodes  Ljava/lang/Integer;
    MethodParameters:
                        Name  Flags
      targetLowPriorityNodes  

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

  public com.microsoft.azure.management.batch.FixedScaleSettings withNodeDeallocationOption(com.microsoft.azure.management.batch.ComputeNodeDeallocationOption);
    descriptor: (Lcom/microsoft/azure/management/batch/ComputeNodeDeallocationOption;)Lcom/microsoft/azure/management/batch/FixedScaleSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
        start local 1 // com.microsoft.azure.management.batch.ComputeNodeDeallocationOption nodeDeallocationOption
         0: .line 130
            aload 0 /* this */
            aload 1 /* nodeDeallocationOption */
            putfield com.microsoft.azure.management.batch.FixedScaleSettings.nodeDeallocationOption:Lcom/microsoft/azure/management/batch/ComputeNodeDeallocationOption;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.ComputeNodeDeallocationOption nodeDeallocationOption
        end local 0 // com.microsoft.azure.management.batch.FixedScaleSettings this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/batch/FixedScaleSettings;
            0    2     1  nodeDeallocationOption  Lcom/microsoft/azure/management/batch/ComputeNodeDeallocationOption;
    MethodParameters:
                        Name  Flags
      nodeDeallocationOption  
}
SourceFile: "FixedScaleSettings.java"