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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.MetricSpecification withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String displayName
         0: .line 138
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.network.MetricSpecification.displayName:Ljava/lang/String;
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  displayName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      displayName  

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

  public com.microsoft.azure.management.network.MetricSpecification withDisplayDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String displayDescription
         0: .line 158
            aload 0 /* this */
            aload 1 /* displayDescription */
            putfield com.microsoft.azure.management.network.MetricSpecification.displayDescription:Ljava/lang/String;
         1: .line 159
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayDescription
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  displayDescription  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      displayDescription  

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

  public com.microsoft.azure.management.network.MetricSpecification withUnit(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String unit
         0: .line 178
            aload 0 /* this */
            aload 1 /* unit */
            putfield com.microsoft.azure.management.network.MetricSpecification.unit:Ljava/lang/String;
         1: .line 179
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String unit
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  unit  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      unit  

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

  public com.microsoft.azure.management.network.MetricSpecification withAggregationType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String aggregationType
         0: .line 198
            aload 0 /* this */
            aload 1 /* aggregationType */
            putfield com.microsoft.azure.management.network.MetricSpecification.aggregationType:Ljava/lang/String;
         1: .line 199
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String aggregationType
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  aggregationType  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      aggregationType  

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

  public com.microsoft.azure.management.network.MetricSpecification withAvailabilities(java.util.List<com.microsoft.azure.management.network.Availability>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.util.List availabilities
         0: .line 218
            aload 0 /* this */
            aload 1 /* availabilities */
            putfield com.microsoft.azure.management.network.MetricSpecification.availabilities:Ljava/util/List;
         1: .line 219
            aload 0 /* this */
            areturn
        end local 1 // java.util.List availabilities
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  availabilities  Ljava/util/List<Lcom/microsoft/azure/management/network/Availability;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/Availability;>;)Lcom/microsoft/azure/management/network/MetricSpecification;
    MethodParameters:
                Name  Flags
      availabilities  

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

  public com.microsoft.azure.management.network.MetricSpecification withEnableRegionalMdmAccount(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.Boolean enableRegionalMdmAccount
         0: .line 238
            aload 0 /* this */
            aload 1 /* enableRegionalMdmAccount */
            putfield com.microsoft.azure.management.network.MetricSpecification.enableRegionalMdmAccount:Ljava/lang/Boolean;
         1: .line 239
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enableRegionalMdmAccount
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  enableRegionalMdmAccount  Ljava/lang/Boolean;
    MethodParameters:
                          Name  Flags
      enableRegionalMdmAccount  

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

  public com.microsoft.azure.management.network.MetricSpecification withFillGapWithZero(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.Boolean fillGapWithZero
         0: .line 258
            aload 0 /* this */
            aload 1 /* fillGapWithZero */
            putfield com.microsoft.azure.management.network.MetricSpecification.fillGapWithZero:Ljava/lang/Boolean;
         1: .line 259
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean fillGapWithZero
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  fillGapWithZero  Ljava/lang/Boolean;
    MethodParameters:
                 Name  Flags
      fillGapWithZero  

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

  public com.microsoft.azure.management.network.MetricSpecification withMetricFilterPattern(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String metricFilterPattern
         0: .line 278
            aload 0 /* this */
            aload 1 /* metricFilterPattern */
            putfield com.microsoft.azure.management.network.MetricSpecification.metricFilterPattern:Ljava/lang/String;
         1: .line 279
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String metricFilterPattern
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  metricFilterPattern  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      metricFilterPattern  

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

  public com.microsoft.azure.management.network.MetricSpecification withDimensions(java.util.List<com.microsoft.azure.management.network.Dimension>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.util.List dimensions
         0: .line 298
            aload 0 /* this */
            aload 1 /* dimensions */
            putfield com.microsoft.azure.management.network.MetricSpecification.dimensions:Ljava/util/List;
         1: .line 299
            aload 0 /* this */
            areturn
        end local 1 // java.util.List dimensions
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  dimensions  Ljava/util/List<Lcom/microsoft/azure/management/network/Dimension;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/Dimension;>;)Lcom/microsoft/azure/management/network/MetricSpecification;
    MethodParameters:
            Name  Flags
      dimensions  

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

  public com.microsoft.azure.management.network.MetricSpecification withIsInternal(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.Boolean isInternal
         0: .line 318
            aload 0 /* this */
            aload 1 /* isInternal */
            putfield com.microsoft.azure.management.network.MetricSpecification.isInternal:Ljava/lang/Boolean;
         1: .line 319
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean isInternal
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  isInternal  Ljava/lang/Boolean;
    MethodParameters:
            Name  Flags
      isInternal  

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

  public com.microsoft.azure.management.network.MetricSpecification withSourceMdmAccount(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String sourceMdmAccount
         0: .line 338
            aload 0 /* this */
            aload 1 /* sourceMdmAccount */
            putfield com.microsoft.azure.management.network.MetricSpecification.sourceMdmAccount:Ljava/lang/String;
         1: .line 339
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceMdmAccount
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  sourceMdmAccount  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      sourceMdmAccount  

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

  public com.microsoft.azure.management.network.MetricSpecification withSourceMdmNamespace(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.MetricSpecification this
        start local 1 // java.lang.String sourceMdmNamespace
         0: .line 358
            aload 0 /* this */
            aload 1 /* sourceMdmNamespace */
            putfield com.microsoft.azure.management.network.MetricSpecification.sourceMdmNamespace:Ljava/lang/String;
         1: .line 359
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceMdmNamespace
        end local 0 // com.microsoft.azure.management.network.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/MetricSpecification;
            0    2     1  sourceMdmNamespace  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      sourceMdmNamespace  

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

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