public class com.microsoft.azure.management.appservice.MetricSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.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.lang.Boolean supportsInstanceLevelAggregation;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "supportsInstanceLevelAggregation")

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

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

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

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

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

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

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

  private java.util.List<java.lang.String> supportedTimeGrainTypes;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "supportedTimeGrainTypes")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 120
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

  public com.microsoft.azure.management.appservice.MetricSpecification withName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.lang.String name
         0: .line 130
            aload 0 /* this */
            aload 1 /* name */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.name:Ljava/lang/String;
         1: .line 131
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 140
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.displayName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

  public com.microsoft.azure.management.appservice.MetricSpecification withDisplayName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.lang.String displayName
         0: .line 150
            aload 0 /* this */
            aload 1 /* displayName */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.displayName:Ljava/lang/String;
         1: .line 151
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayName
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.displayDescription:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

  public com.microsoft.azure.management.appservice.MetricSpecification withDisplayDescription(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.lang.String displayDescription
         0: .line 170
            aload 0 /* this */
            aload 1 /* displayDescription */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.displayDescription:Ljava/lang/String;
         1: .line 171
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String displayDescription
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 180
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.unit:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

  public com.microsoft.azure.management.appservice.MetricSpecification withUnit(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.lang.String unit
         0: .line 190
            aload 0 /* this */
            aload 1 /* unit */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.unit:Ljava/lang/String;
         1: .line 191
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String unit
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 200
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.aggregationType:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.MetricSpecification withSourceMdmAccount(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.lang.String sourceMdmAccount
         0: .line 270
            aload 0 /* this */
            aload 1 /* sourceMdmAccount */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.sourceMdmAccount:Ljava/lang/String;
         1: .line 271
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceMdmAccount
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/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.appservice.MetricSpecification this
         0: .line 280
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.sourceMdmNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;

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

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

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

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

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

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

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

  public java.util.List<com.microsoft.azure.management.appservice.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.appservice.MetricSpecification this
         0: .line 360
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.MetricSpecification.dimensions:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/MetricSpecification;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/appservice/Dimension;>;

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

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

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

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

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

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

  public com.microsoft.azure.management.appservice.MetricSpecification withSupportedTimeGrainTypes(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
        start local 1 // java.util.List supportedTimeGrainTypes
         0: .line 430
            aload 0 /* this */
            aload 1 /* supportedTimeGrainTypes */
            putfield com.microsoft.azure.management.appservice.MetricSpecification.supportedTimeGrainTypes:Ljava/util/List;
         1: .line 431
            aload 0 /* this */
            areturn
        end local 1 // java.util.List supportedTimeGrainTypes
        end local 0 // com.microsoft.azure.management.appservice.MetricSpecification this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/appservice/MetricSpecification;
            0    2     1  supportedTimeGrainTypes  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/appservice/MetricSpecification;
    MethodParameters:
                         Name  Flags
      supportedTimeGrainTypes  
}
SourceFile: "MetricSpecification.java"