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

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

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

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

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

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

  private com.microsoft.azure.management.monitor.ComparisonOperationType operator;
    descriptor: Lcom/microsoft/azure/management/monitor/ComparisonOperationType;
    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)

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

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

  public com.microsoft.azure.management.monitor.MetricTrigger withMetricName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/MetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
        start local 1 // java.lang.String metricName
         0: .line 91
            aload 0 /* this */
            aload 1 /* metricName */
            putfield com.microsoft.azure.management.monitor.MetricTrigger.metricName:Ljava/lang/String;
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String metricName
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/monitor/MetricTrigger;
            0    2     1  metricName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      metricName  

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

  public com.microsoft.azure.management.monitor.MetricTrigger withMetricResourceUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/MetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
        start local 1 // java.lang.String metricResourceUri
         0: .line 111
            aload 0 /* this */
            aload 1 /* metricResourceUri */
            putfield com.microsoft.azure.management.monitor.MetricTrigger.metricResourceUri:Ljava/lang/String;
         1: .line 112
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String metricResourceUri
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/monitor/MetricTrigger;
            0    2     1  metricResourceUri  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      metricResourceUri  

  public org.joda.time.Period timeGrain();
    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.MetricTrigger this
         0: .line 121
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricTrigger.timeGrain:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricTrigger;

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

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

  public com.microsoft.azure.management.monitor.MetricTrigger withStatistic(com.microsoft.azure.management.monitor.MetricStatisticType);
    descriptor: (Lcom/microsoft/azure/management/monitor/MetricStatisticType;)Lcom/microsoft/azure/management/monitor/MetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
        start local 1 // com.microsoft.azure.management.monitor.MetricStatisticType statistic
         0: .line 151
            aload 0 /* this */
            aload 1 /* statistic */
            putfield com.microsoft.azure.management.monitor.MetricTrigger.statistic:Lcom/microsoft/azure/management/monitor/MetricStatisticType;
         1: .line 152
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.MetricStatisticType statistic
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/monitor/MetricTrigger;
            0    2     1  statistic  Lcom/microsoft/azure/management/monitor/MetricStatisticType;
    MethodParameters:
           Name  Flags
      statistic  

  public org.joda.time.Period timeWindow();
    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.MetricTrigger this
         0: .line 161
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricTrigger.timeWindow:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricTrigger;

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

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

  public com.microsoft.azure.management.monitor.MetricTrigger withTimeAggregation(com.microsoft.azure.management.monitor.TimeAggregationType);
    descriptor: (Lcom/microsoft/azure/management/monitor/TimeAggregationType;)Lcom/microsoft/azure/management/monitor/MetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
        start local 1 // com.microsoft.azure.management.monitor.TimeAggregationType timeAggregation
         0: .line 191
            aload 0 /* this */
            aload 1 /* timeAggregation */
            putfield com.microsoft.azure.management.monitor.MetricTrigger.timeAggregation:Lcom/microsoft/azure/management/monitor/TimeAggregationType;
         1: .line 192
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.TimeAggregationType timeAggregation
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/monitor/MetricTrigger;
            0    2     1  timeAggregation  Lcom/microsoft/azure/management/monitor/TimeAggregationType;
    MethodParameters:
                 Name  Flags
      timeAggregation  

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

  public com.microsoft.azure.management.monitor.MetricTrigger withOperator(com.microsoft.azure.management.monitor.ComparisonOperationType);
    descriptor: (Lcom/microsoft/azure/management/monitor/ComparisonOperationType;)Lcom/microsoft/azure/management/monitor/MetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
        start local 1 // com.microsoft.azure.management.monitor.ComparisonOperationType operator
         0: .line 211
            aload 0 /* this */
            aload 1 /* operator */
            putfield com.microsoft.azure.management.monitor.MetricTrigger.operator:Lcom/microsoft/azure/management/monitor/ComparisonOperationType;
         1: .line 212
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.ComparisonOperationType operator
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/MetricTrigger;
            0    2     1  operator  Lcom/microsoft/azure/management/monitor/ComparisonOperationType;
    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.MetricTrigger this
         0: .line 221
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricTrigger.threshold:D
            dreturn
        end local 0 // com.microsoft.azure.management.monitor.MetricTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricTrigger;

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