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

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

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

  private com.microsoft.azure.management.monitor.RuleCondition condition;
    descriptor: Lcom/microsoft/azure/management/monitor/RuleCondition;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.condition", required = true)

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

  private org.joda.time.DateTime lastUpdatedTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.lastUpdatedTime", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  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.AlertRuleResourcePatch this
         0: .line 72
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.AlertRuleResourcePatch.tags:Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.monitor.AlertRuleResourcePatch withCondition(com.microsoft.azure.management.monitor.RuleCondition);
    descriptor: (Lcom/microsoft/azure/management/monitor/RuleCondition;)Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
        start local 1 // com.microsoft.azure.management.monitor.RuleCondition condition
         0: .line 162
            aload 0 /* this */
            aload 1 /* condition */
            putfield com.microsoft.azure.management.monitor.AlertRuleResourcePatch.condition:Lcom/microsoft/azure/management/monitor/RuleCondition;
         1: .line 163
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.RuleCondition condition
        end local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
            0    2     1  condition  Lcom/microsoft/azure/management/monitor/RuleCondition;
    MethodParameters:
           Name  Flags
      condition  

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

  public com.microsoft.azure.management.monitor.AlertRuleResourcePatch withActions(java.util.List<com.microsoft.azure.management.monitor.RuleAction>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
        start local 1 // java.util.List actions
         0: .line 182
            aload 0 /* this */
            aload 1 /* actions */
            putfield com.microsoft.azure.management.monitor.AlertRuleResourcePatch.actions:Ljava/util/List;
         1: .line 183
            aload 0 /* this */
            areturn
        end local 1 // java.util.List actions
        end local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
            0    2     1  actions  Ljava/util/List<Lcom/microsoft/azure/management/monitor/RuleAction;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/monitor/RuleAction;>;)Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
    MethodParameters:
         Name  Flags
      actions  

  public org.joda.time.DateTime lastUpdatedTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
         0: .line 192
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.AlertRuleResourcePatch.lastUpdatedTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.AlertRuleResourcePatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/AlertRuleResourcePatch;
}
SourceFile: "AlertRuleResourcePatch.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()