public class com.microsoft.azure.management.batchai.NodeStateCounts
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.NodeStateCounts
  super_class: java.lang.Object
{
  private java.lang.Integer idleNodeCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "idleNodeCount", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

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

  private java.lang.Integer leavingNodeCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "leavingNodeCount", 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.batchai.NodeStateCounts this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batchai.NodeStateCounts this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/NodeStateCounts;

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

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

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

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

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