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

  private org.joda.time.DateTime nextResetTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "nextResetTime")

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

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

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

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

  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.appservice.implementation.CsmUsageQuotaInner this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner.unit:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;

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

  public org.joda.time.DateTime nextResetTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner.nextResetTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;

  public com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner withNextResetTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
        start local 1 // org.joda.time.DateTime nextResetTime
         0: .line 85
            aload 0 /* this */
            aload 1 /* nextResetTime */
            putfield com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner.nextResetTime:Lorg/joda/time/DateTime;
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime nextResetTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;
            0    2     1  nextResetTime  Lorg/joda/time/DateTime;
    MethodParameters:
               Name  Flags
      nextResetTime  

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

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

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

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

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

  public com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner withName(com.microsoft.azure.management.appservice.LocalizableString);
    descriptor: (Lcom/microsoft/azure/management/appservice/LocalizableString;)Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
        start local 1 // com.microsoft.azure.management.appservice.LocalizableString name
         0: .line 145
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner.name:Lcom/microsoft/azure/management/appservice/LocalizableString;
         1: .line 146
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.LocalizableString name
        end local 0 // com.microsoft.azure.management.appservice.implementation.CsmUsageQuotaInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/CsmUsageQuotaInner;
            0    2     1  name  Lcom/microsoft/azure/management/appservice/LocalizableString;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "CsmUsageQuotaInner.java"