public class com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody
  super_class: java.lang.Object
{
  private java.util.Map<java.lang.String, java.lang.String> tags;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "tags")

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

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

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

  public com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody withTags(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)Lcom/microsoft/azure/management/monitor/ActivityLogAlertPatchBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody this
        start local 1 // java.util.Map tags
         0: .line 49
            aload 0 /* this */
            aload 1 /* tags */
            putfield com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.tags:Ljava/util/Map;
         1: .line 50
            aload 0 /* this */
            areturn
        end local 1 // java.util.Map tags
        end local 0 // com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/monitor/ActivityLogAlertPatchBody;
            0    2     1  tags  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lcom/microsoft/azure/management/monitor/ActivityLogAlertPatchBody;
    MethodParameters:
      Name  Flags
      tags  

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

  public com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody withEnabled(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/monitor/ActivityLogAlertPatchBody;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody this
        start local 1 // java.lang.Boolean enabled
         0: .line 69
            aload 0 /* this */
            aload 1 /* enabled */
            putfield com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody.enabled:Ljava/lang/Boolean;
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean enabled
        end local 0 // com.microsoft.azure.management.monitor.ActivityLogAlertPatchBody this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/ActivityLogAlertPatchBody;
            0    2     1  enabled  Ljava/lang/Boolean;
    MethodParameters:
         Name  Flags
      enabled  
}
SourceFile: "ActivityLogAlertPatchBody.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()