public class com.microsoft.azure.management.cdn.RateLimitRule extends com.microsoft.azure.management.cdn.CustomRule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.RateLimitRule
  super_class: com.microsoft.azure.management.cdn.CustomRule
{
  private int rateLimitThreshold;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "rateLimitThreshold", required = true)

  private int rateLimitDurationInMinutes;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "rateLimitDurationInMinutes", required = true)

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

  public int rateLimitThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
         0: .line 35
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.RateLimitRule.rateLimitThreshold:I
            ireturn
        end local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/RateLimitRule;

  public com.microsoft.azure.management.cdn.RateLimitRule withRateLimitThreshold(int);
    descriptor: (I)Lcom/microsoft/azure/management/cdn/RateLimitRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
        start local 1 // int rateLimitThreshold
         0: .line 45
            aload 0 /* this */
            iload 1 /* rateLimitThreshold */
            putfield com.microsoft.azure.management.cdn.RateLimitRule.rateLimitThreshold:I
         1: .line 46
            aload 0 /* this */
            areturn
        end local 1 // int rateLimitThreshold
        end local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/cdn/RateLimitRule;
            0    2     1  rateLimitThreshold  I
    MethodParameters:
                    Name  Flags
      rateLimitThreshold  

  public int rateLimitDurationInMinutes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.RateLimitRule.rateLimitDurationInMinutes:I
            ireturn
        end local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/RateLimitRule;

  public com.microsoft.azure.management.cdn.RateLimitRule withRateLimitDurationInMinutes(int);
    descriptor: (I)Lcom/microsoft/azure/management/cdn/RateLimitRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
        start local 1 // int rateLimitDurationInMinutes
         0: .line 65
            aload 0 /* this */
            iload 1 /* rateLimitDurationInMinutes */
            putfield com.microsoft.azure.management.cdn.RateLimitRule.rateLimitDurationInMinutes:I
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // int rateLimitDurationInMinutes
        end local 0 // com.microsoft.azure.management.cdn.RateLimitRule this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/cdn/RateLimitRule;
            0    2     1  rateLimitDurationInMinutes  I
    MethodParameters:
                            Name  Flags
      rateLimitDurationInMinutes  
}
SourceFile: "RateLimitRule.java"