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

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

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

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

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

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

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

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