public class com.microsoft.azure.management.appservice.ContainerCpuStatistics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.ContainerCpuStatistics
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.appservice.ContainerCpuUsage cpuUsage;
    descriptor: Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "cpuUsage")

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

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

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

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

  public com.microsoft.azure.management.appservice.ContainerCpuUsage cpuUsage();
    descriptor: ()Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
         0: .line 47
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.cpuUsage:Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;

  public com.microsoft.azure.management.appservice.ContainerCpuStatistics withCpuUsage(com.microsoft.azure.management.appservice.ContainerCpuUsage);
    descriptor: (Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;)Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
        start local 1 // com.microsoft.azure.management.appservice.ContainerCpuUsage cpuUsage
         0: .line 57
            aload 0 /* this */
            aload 1 /* cpuUsage */
            putfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.cpuUsage:Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;
         1: .line 58
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.ContainerCpuUsage cpuUsage
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
            0    2     1  cpuUsage  Lcom/microsoft/azure/management/appservice/ContainerCpuUsage;
    MethodParameters:
          Name  Flags
      cpuUsage  

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

  public com.microsoft.azure.management.appservice.ContainerCpuStatistics withSystemCpuUsage(java.lang.Long);
    descriptor: (Ljava/lang/Long;)Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
        start local 1 // java.lang.Long systemCpuUsage
         0: .line 77
            aload 0 /* this */
            aload 1 /* systemCpuUsage */
            putfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.systemCpuUsage:Ljava/lang/Long;
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Long systemCpuUsage
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
            0    2     1  systemCpuUsage  Ljava/lang/Long;
    MethodParameters:
                Name  Flags
      systemCpuUsage  

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

  public com.microsoft.azure.management.appservice.ContainerCpuStatistics withOnlineCpuCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
        start local 1 // java.lang.Integer onlineCpuCount
         0: .line 97
            aload 0 /* this */
            aload 1 /* onlineCpuCount */
            putfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.onlineCpuCount:Ljava/lang/Integer;
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer onlineCpuCount
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
            0    2     1  onlineCpuCount  Ljava/lang/Integer;
    MethodParameters:
                Name  Flags
      onlineCpuCount  

  public com.microsoft.azure.management.appservice.ContainerThrottlingData throttlingData();
    descriptor: ()Lcom/microsoft/azure/management/appservice/ContainerThrottlingData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.throttlingData:Lcom/microsoft/azure/management/appservice/ContainerThrottlingData;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;

  public com.microsoft.azure.management.appservice.ContainerCpuStatistics withThrottlingData(com.microsoft.azure.management.appservice.ContainerThrottlingData);
    descriptor: (Lcom/microsoft/azure/management/appservice/ContainerThrottlingData;)Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
        start local 1 // com.microsoft.azure.management.appservice.ContainerThrottlingData throttlingData
         0: .line 117
            aload 0 /* this */
            aload 1 /* throttlingData */
            putfield com.microsoft.azure.management.appservice.ContainerCpuStatistics.throttlingData:Lcom/microsoft/azure/management/appservice/ContainerThrottlingData;
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.ContainerThrottlingData throttlingData
        end local 0 // com.microsoft.azure.management.appservice.ContainerCpuStatistics this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/ContainerCpuStatistics;
            0    2     1  throttlingData  Lcom/microsoft/azure/management/appservice/ContainerThrottlingData;
    MethodParameters:
                Name  Flags
      throttlingData  
}
SourceFile: "ContainerCpuStatistics.java"