public class com.microsoft.azure.management.monitor.ThresholdRuleCondition extends com.microsoft.azure.management.monitor.RuleCondition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.ThresholdRuleCondition
  super_class: com.microsoft.azure.management.monitor.RuleCondition
{
  private com.microsoft.azure.management.monitor.ConditionOperator operator;
    descriptor: Lcom/microsoft/azure/management/monitor/ConditionOperator;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "operator", required = true)

  private double threshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "threshold", required = true)

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

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

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

  public com.microsoft.azure.management.monitor.ConditionOperator operator();
    descriptor: ()Lcom/microsoft/azure/management/monitor/ConditionOperator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
         0: .line 61
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.operator:Lcom/microsoft/azure/management/monitor/ConditionOperator;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;

  public com.microsoft.azure.management.monitor.ThresholdRuleCondition withOperator(com.microsoft.azure.management.monitor.ConditionOperator);
    descriptor: (Lcom/microsoft/azure/management/monitor/ConditionOperator;)Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
        start local 1 // com.microsoft.azure.management.monitor.ConditionOperator operator
         0: .line 71
            aload 0 /* this */
            aload 1 /* operator */
            putfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.operator:Lcom/microsoft/azure/management/monitor/ConditionOperator;
         1: .line 72
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.ConditionOperator operator
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
            0    2     1  operator  Lcom/microsoft/azure/management/monitor/ConditionOperator;
    MethodParameters:
          Name  Flags
      operator  

  public double threshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
         0: .line 81
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.threshold:D
            dreturn
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;

  public com.microsoft.azure.management.monitor.ThresholdRuleCondition withThreshold(double);
    descriptor: (D)Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
        start local 1 // double threshold
         0: .line 91
            aload 0 /* this */
            dload 1 /* threshold */
            putfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.threshold:D
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // double threshold
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
            0    2     1  threshold  D
    MethodParameters:
           Name  Flags
      threshold  

  public org.joda.time.Period windowSize();
    descriptor: ()Lorg/joda/time/Period;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
         0: .line 101
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.windowSize:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;

  public com.microsoft.azure.management.monitor.ThresholdRuleCondition withWindowSize(org.joda.time.Period);
    descriptor: (Lorg/joda/time/Period;)Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
        start local 1 // org.joda.time.Period windowSize
         0: .line 111
            aload 0 /* this */
            aload 1 /* windowSize */
            putfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.windowSize:Lorg/joda/time/Period;
         1: .line 112
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.Period windowSize
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
            0    2     1  windowSize  Lorg/joda/time/Period;
    MethodParameters:
            Name  Flags
      windowSize  

  public com.microsoft.azure.management.monitor.TimeAggregationOperator timeAggregation();
    descriptor: ()Lcom/microsoft/azure/management/monitor/TimeAggregationOperator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
         0: .line 121
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.timeAggregation:Lcom/microsoft/azure/management/monitor/TimeAggregationOperator;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;

  public com.microsoft.azure.management.monitor.ThresholdRuleCondition withTimeAggregation(com.microsoft.azure.management.monitor.TimeAggregationOperator);
    descriptor: (Lcom/microsoft/azure/management/monitor/TimeAggregationOperator;)Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
        start local 1 // com.microsoft.azure.management.monitor.TimeAggregationOperator timeAggregation
         0: .line 131
            aload 0 /* this */
            aload 1 /* timeAggregation */
            putfield com.microsoft.azure.management.monitor.ThresholdRuleCondition.timeAggregation:Lcom/microsoft/azure/management/monitor/TimeAggregationOperator;
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.TimeAggregationOperator timeAggregation
        end local 0 // com.microsoft.azure.management.monitor.ThresholdRuleCondition this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/monitor/ThresholdRuleCondition;
            0    2     1  timeAggregation  Lcom/microsoft/azure/management/monitor/TimeAggregationOperator;
    MethodParameters:
                 Name  Flags
      timeAggregation  
}
SourceFile: "ThresholdRuleCondition.java"
InnerClasses:
  public final As = com.fasterxml.jackson.annotation.JsonTypeInfo$As of com.fasterxml.jackson.annotation.JsonTypeInfo
  public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, include = com.fasterxml.jackson.annotation.JsonTypeInfo$As.PROPERTY:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$As;, property = "odata.type")
      com.fasterxml.jackson.annotation.JsonTypeName(value = "Microsoft.Azure.Management.Insights.Models.ThresholdRuleCondition")
      com.fasterxml.jackson.databind.annotation.JsonTypeResolver(value = Lcom/microsoft/azure/management/monitor/OdataTypeDiscriminatorTypeResolver;)