public class com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch
  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.util.List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner> profiles;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.profiles", required = true)

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch withProfiles(java.util.List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/AutoscaleSettingResourcePatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch this
        start local 1 // java.util.List profiles
         0: .line 98
            aload 0 /* this */
            aload 1 /* profiles */
            putfield com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch.profiles:Ljava/util/List;
         1: .line 99
            aload 0 /* this */
            areturn
        end local 1 // java.util.List profiles
        end local 0 // com.microsoft.azure.management.monitor.AutoscaleSettingResourcePatch this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/AutoscaleSettingResourcePatch;
            0    2     1  profiles  Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;>;)Lcom/microsoft/azure/management/monitor/AutoscaleSettingResourcePatch;
    MethodParameters:
          Name  Flags
      profiles  

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

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

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

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

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

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

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

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