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

  private java.lang.String unit;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "unit", required = true)

  private long currentValue;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "currentValue", required = true)

  private long limit;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "limit", required = true)

  private com.microsoft.azure.management.cdn.UsageName name;
    descriptor: Lcom/microsoft/azure/management/cdn/UsageName;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "name", required = true)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            ldc "Count"
            putfield com.microsoft.azure.management.cdn.implementation.UsageInner.unit:Ljava/lang/String;
         2: .line 53
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 61
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.UsageInner.id:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public java.lang.String unit();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 70
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.UsageInner.unit:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public com.microsoft.azure.management.cdn.implementation.UsageInner withUnit(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
        start local 1 // java.lang.String unit
         0: .line 80
            aload 0 /* this */
            aload 1 /* unit */
            putfield com.microsoft.azure.management.cdn.implementation.UsageInner.unit:Ljava/lang/String;
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String unit
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
            0    2     1  unit  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      unit  

  public long currentValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 90
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.UsageInner.currentValue:J
            lreturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public com.microsoft.azure.management.cdn.implementation.UsageInner withCurrentValue(long);
    descriptor: (J)Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
        start local 1 // long currentValue
         0: .line 100
            aload 0 /* this */
            lload 1 /* currentValue */
            putfield com.microsoft.azure.management.cdn.implementation.UsageInner.currentValue:J
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // long currentValue
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
            0    2     1  currentValue  J
    MethodParameters:
              Name  Flags
      currentValue  

  public long limit();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 110
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.UsageInner.limit:J
            lreturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public com.microsoft.azure.management.cdn.implementation.UsageInner withLimit(long);
    descriptor: (J)Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
        start local 1 // long limit
         0: .line 120
            aload 0 /* this */
            lload 1 /* limit */
            putfield com.microsoft.azure.management.cdn.implementation.UsageInner.limit:J
         1: .line 121
            aload 0 /* this */
            areturn
        end local 1 // long limit
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
            0    2     1  limit  J
    MethodParameters:
       Name  Flags
      limit  

  public com.microsoft.azure.management.cdn.UsageName name();
    descriptor: ()Lcom/microsoft/azure/management/cdn/UsageName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
         0: .line 130
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.UsageInner.name:Lcom/microsoft/azure/management/cdn/UsageName;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;

  public com.microsoft.azure.management.cdn.implementation.UsageInner withName(com.microsoft.azure.management.cdn.UsageName);
    descriptor: (Lcom/microsoft/azure/management/cdn/UsageName;)Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
        start local 1 // com.microsoft.azure.management.cdn.UsageName name
         0: .line 140
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.cdn.implementation.UsageInner.name:Lcom/microsoft/azure/management/cdn/UsageName;
         1: .line 141
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.UsageName name
        end local 0 // com.microsoft.azure.management.cdn.implementation.UsageInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cdn/implementation/UsageInner;
            0    2     1  name  Lcom/microsoft/azure/management/cdn/UsageName;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "UsageInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty