public class com.microsoft.azure.management.monitor.MetricSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.MetricSettings
  super_class: java.lang.Object
{
  private org.joda.time.Period timeGrain;
    descriptor: Lorg/joda/time/Period;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "timeGrain")

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

  private boolean enabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "enabled", required = true)

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

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

  public org.joda.time.Period timeGrain();
    descriptor: ()Lorg/joda/time/Period;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.MetricSettings this
         0: .line 51
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricSettings.timeGrain:Lorg/joda/time/Period;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.MetricSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricSettings;

  public com.microsoft.azure.management.monitor.MetricSettings withTimeGrain(org.joda.time.Period);
    descriptor: (Lorg/joda/time/Period;)Lcom/microsoft/azure/management/monitor/MetricSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricSettings this
        start local 1 // org.joda.time.Period timeGrain
         0: .line 61
            aload 0 /* this */
            aload 1 /* timeGrain */
            putfield com.microsoft.azure.management.monitor.MetricSettings.timeGrain:Lorg/joda/time/Period;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.Period timeGrain
        end local 0 // com.microsoft.azure.management.monitor.MetricSettings this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/monitor/MetricSettings;
            0    2     1  timeGrain  Lorg/joda/time/Period;
    MethodParameters:
           Name  Flags
      timeGrain  

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

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

  public boolean enabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.MetricSettings this
         0: .line 91
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.MetricSettings.enabled:Z
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.MetricSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/MetricSettings;

  public com.microsoft.azure.management.monitor.MetricSettings withEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/monitor/MetricSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricSettings this
        start local 1 // boolean enabled
         0: .line 101
            aload 0 /* this */
            iload 1 /* enabled */
            putfield com.microsoft.azure.management.monitor.MetricSettings.enabled:Z
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // com.microsoft.azure.management.monitor.MetricSettings this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/MetricSettings;
            0    2     1  enabled  Z
    MethodParameters:
         Name  Flags
      enabled  

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

  public com.microsoft.azure.management.monitor.MetricSettings withRetentionPolicy(com.microsoft.azure.management.monitor.RetentionPolicy);
    descriptor: (Lcom/microsoft/azure/management/monitor/RetentionPolicy;)Lcom/microsoft/azure/management/monitor/MetricSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.MetricSettings this
        start local 1 // com.microsoft.azure.management.monitor.RetentionPolicy retentionPolicy
         0: .line 121
            aload 0 /* this */
            aload 1 /* retentionPolicy */
            putfield com.microsoft.azure.management.monitor.MetricSettings.retentionPolicy:Lcom/microsoft/azure/management/monitor/RetentionPolicy;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.RetentionPolicy retentionPolicy
        end local 0 // com.microsoft.azure.management.monitor.MetricSettings this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/monitor/MetricSettings;
            0    2     1  retentionPolicy  Lcom/microsoft/azure/management/monitor/RetentionPolicy;
    MethodParameters:
                 Name  Flags
      retentionPolicy  
}
SourceFile: "MetricSettings.java"