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

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

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

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

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

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

  public com.microsoft.azure.management.monitor.LogMetricTrigger withThresholdOperator(com.microsoft.azure.management.monitor.ConditionalOperator);
    descriptor: (Lcom/microsoft/azure/management/monitor/ConditionalOperator;)Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
        start local 1 // com.microsoft.azure.management.monitor.ConditionalOperator thresholdOperator
         0: .line 59
            aload 0 /* this */
            aload 1 /* thresholdOperator */
            putfield com.microsoft.azure.management.monitor.LogMetricTrigger.thresholdOperator:Lcom/microsoft/azure/management/monitor/ConditionalOperator;
         1: .line 60
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.ConditionalOperator thresholdOperator
        end local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
            0    2     1  thresholdOperator  Lcom/microsoft/azure/management/monitor/ConditionalOperator;
    MethodParameters:
                   Name  Flags
      thresholdOperator  

  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.LogMetricTrigger this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.LogMetricTrigger.threshold:Ljava/lang/Double;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/LogMetricTrigger;

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

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

  public com.microsoft.azure.management.monitor.LogMetricTrigger withMetricTriggerType(com.microsoft.azure.management.monitor.MetricTriggerType);
    descriptor: (Lcom/microsoft/azure/management/monitor/MetricTriggerType;)Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
        start local 1 // com.microsoft.azure.management.monitor.MetricTriggerType metricTriggerType
         0: .line 99
            aload 0 /* this */
            aload 1 /* metricTriggerType */
            putfield com.microsoft.azure.management.monitor.LogMetricTrigger.metricTriggerType:Lcom/microsoft/azure/management/monitor/MetricTriggerType;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.MetricTriggerType metricTriggerType
        end local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
            0    2     1  metricTriggerType  Lcom/microsoft/azure/management/monitor/MetricTriggerType;
    MethodParameters:
                   Name  Flags
      metricTriggerType  

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

  public com.microsoft.azure.management.monitor.LogMetricTrigger withMetricColumn(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
        start local 1 // java.lang.String metricColumn
         0: .line 119
            aload 0 /* this */
            aload 1 /* metricColumn */
            putfield com.microsoft.azure.management.monitor.LogMetricTrigger.metricColumn:Ljava/lang/String;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String metricColumn
        end local 0 // com.microsoft.azure.management.monitor.LogMetricTrigger this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/monitor/LogMetricTrigger;
            0    2     1  metricColumn  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      metricColumn  
}
SourceFile: "LogMetricTrigger.java"