public class com.microsoft.azure.management.monitor.ManagementEventAggregationCondition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.ManagementEventAggregationCondition
  super_class: java.lang.Object
{
  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")

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

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

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

  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.ManagementEventAggregationCondition this
         0: .line 45
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ManagementEventAggregationCondition.operator:Lcom/microsoft/azure/management/monitor/ConditionOperator;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.ManagementEventAggregationCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ManagementEventAggregationCondition;

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

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

  public com.microsoft.azure.management.monitor.ManagementEventAggregationCondition withThreshold(java.lang.Double);
    descriptor: (Ljava/lang/Double;)Lcom/microsoft/azure/management/monitor/ManagementEventAggregationCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ManagementEventAggregationCondition this
        start local 1 // java.lang.Double threshold
         0: .line 75
            aload 0 /* this */
            aload 1 /* threshold */
            putfield com.microsoft.azure.management.monitor.ManagementEventAggregationCondition.threshold:Ljava/lang/Double;
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Double threshold
        end local 0 // com.microsoft.azure.management.monitor.ManagementEventAggregationCondition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/monitor/ManagementEventAggregationCondition;
            0    2     1  threshold  Ljava/lang/Double;
    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.ManagementEventAggregationCondition this
         0: .line 85
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.ManagementEventAggregationCondition.windowSize:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.ManagementEventAggregationCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/ManagementEventAggregationCondition;

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