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

  private java.util.List<java.lang.Long> perCpuUsage;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/Long;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "perCpuUsage")

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

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

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

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

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

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

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

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

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

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

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