public class com.microsoft.azure.management.monitor.LogSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.LogSettings
  super_class: java.lang.Object
{
  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.LogSettings this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.monitor.LogSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/LogSettings;

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

  public com.microsoft.azure.management.monitor.LogSettings withCategory(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/monitor/LogSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.LogSettings this
        start local 1 // java.lang.String category
         0: .line 54
            aload 0 /* this */
            aload 1 /* category */
            putfield com.microsoft.azure.management.monitor.LogSettings.category:Ljava/lang/String;
         1: .line 55
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String category
        end local 0 // com.microsoft.azure.management.monitor.LogSettings this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/LogSettings;
            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.LogSettings this
         0: .line 64
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.LogSettings.enabled:Z
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.LogSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/LogSettings;

  public com.microsoft.azure.management.monitor.LogSettings withEnabled(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/monitor/LogSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.LogSettings this
        start local 1 // boolean enabled
         0: .line 74
            aload 0 /* this */
            iload 1 /* enabled */
            putfield com.microsoft.azure.management.monitor.LogSettings.enabled:Z
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // boolean enabled
        end local 0 // com.microsoft.azure.management.monitor.LogSettings this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/LogSettings;
            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.LogSettings this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.LogSettings.retentionPolicy:Lcom/microsoft/azure/management/monitor/RetentionPolicy;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.LogSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/LogSettings;

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