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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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