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

  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")

  private org.joda.time.DateTime startTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "startTime")

  private java.util.List<com.microsoft.azure.management.batch.ResizeError> errors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batch/ResizeError;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "errors")

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

  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.ResizeOperationStatus this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ResizeOperationStatus.targetDedicatedNodes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;

  public com.microsoft.azure.management.batch.ResizeOperationStatus withTargetDedicatedNodes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
        start local 1 // java.lang.Integer targetDedicatedNodes
         0: .line 86
            aload 0 /* this */
            aload 1 /* targetDedicatedNodes */
            putfield com.microsoft.azure.management.batch.ResizeOperationStatus.targetDedicatedNodes:Ljava/lang/Integer;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer targetDedicatedNodes
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
            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.ResizeOperationStatus this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ResizeOperationStatus.targetLowPriorityNodes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;

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

  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.ResizeOperationStatus this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ResizeOperationStatus.resizeTimeout:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;

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

  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.ResizeOperationStatus this
         0: .line 136
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ResizeOperationStatus.nodeDeallocationOption:Lcom/microsoft/azure/management/batch/ComputeNodeDeallocationOption;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;

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

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

  public com.microsoft.azure.management.batch.ResizeOperationStatus withStartTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
        start local 1 // org.joda.time.DateTime startTime
         0: .line 166
            aload 0 /* this */
            aload 1 /* startTime */
            putfield com.microsoft.azure.management.batch.ResizeOperationStatus.startTime:Lorg/joda/time/DateTime;
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime startTime
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
            0    2     1  startTime  Lorg/joda/time/DateTime;
    MethodParameters:
           Name  Flags
      startTime  

  public java.util.List<com.microsoft.azure.management.batch.ResizeError> errors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
         0: .line 176
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.ResizeOperationStatus.errors:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batch/ResizeError;>;

  public com.microsoft.azure.management.batch.ResizeOperationStatus withErrors(java.util.List<com.microsoft.azure.management.batch.ResizeError>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
        start local 1 // java.util.List errors
         0: .line 186
            aload 0 /* this */
            aload 1 /* errors */
            putfield com.microsoft.azure.management.batch.ResizeOperationStatus.errors:Ljava/util/List;
         1: .line 187
            aload 0 /* this */
            areturn
        end local 1 // java.util.List errors
        end local 0 // com.microsoft.azure.management.batch.ResizeOperationStatus this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
            0    2     1  errors  Ljava/util/List<Lcom/microsoft/azure/management/batch/ResizeError;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/ResizeError;>;)Lcom/microsoft/azure/management/batch/ResizeOperationStatus;
    MethodParameters:
        Name  Flags
      errors  
}
SourceFile: "ResizeOperationStatus.java"