public class com.microsoft.azure.management.monitor.MultiMetricCriteria
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.MultiMetricCriteria
  super_class: java.lang.Object
{
  private java.util.Map<java.lang.String, java.lang.Object> additionalProperties;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "")

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

  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 metricNamespace;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "metricNamespace")

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

  private java.util.List<com.microsoft.azure.management.monitor.MetricDimension> dimensions;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/monitor/MetricDimension;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "dimensions")

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

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

  public com.microsoft.azure.management.monitor.MultiMetricCriteria withAdditionalProperties(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
        start local 1 // java.util.Map additionalProperties
         0: .line 80
            aload 0 /* this */
            aload 1 /* additionalProperties */
            putfield com.microsoft.azure.management.monitor.MultiMetricCriteria.additionalProperties:Ljava/util/Map;
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map additionalProperties
        end local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
            0    2     1  additionalProperties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
    MethodParameters:
                      Name  Flags
      additionalProperties  

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

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

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

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.monitor.MetricDimension> dimensions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
         0: .line 170
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MultiMetricCriteria.dimensions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/monitor/MetricDimension;>;

  public com.microsoft.azure.management.monitor.MultiMetricCriteria withDimensions(java.util.List<com.microsoft.azure.management.monitor.MetricDimension>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
        start local 1 // java.util.List dimensions
         0: .line 180
            aload 0 /* this */
            aload 1 /* dimensions */
            putfield com.microsoft.azure.management.monitor.MultiMetricCriteria.dimensions:Ljava/util/List;
         1: .line 181
            aload 0 /* this */
            areturn
        end local 1 // java.util.List dimensions
        end local 0 // com.microsoft.azure.management.monitor.MultiMetricCriteria this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
            0    2     1  dimensions  Ljava/util/List<Lcom/microsoft/azure/management/monitor/MetricDimension;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/monitor/MetricDimension;>;)Lcom/microsoft/azure/management/monitor/MultiMetricCriteria;
    MethodParameters:
            Name  Flags
      dimensions  
}
SourceFile: "MultiMetricCriteria.java"
InnerClasses:
  public abstract Type = com.fasterxml.jackson.annotation.JsonSubTypes$Type of com.fasterxml.jackson.annotation.JsonSubTypes
  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 = "criterionType")
      com.fasterxml.jackson.annotation.JsonTypeName(value = "MultiMetricCriteria")
      com.fasterxml.jackson.annotation.JsonSubTypes(value = {com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "StaticThresholdCriterion", value = Lcom/microsoft/azure/management/monitor/MetricCriteria;), com.fasterxml.jackson.annotation.JsonSubTypes$Type(name = "DynamicThresholdCriterion", value = Lcom/microsoft/azure/management/monitor/DynamicMetricCriteria;)})