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

  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.implementation.AutoscaleSettingResourceInner this
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/monitor/implementation/AutoscaleProfileInner;>;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner withProfiles(java.util.List<com.microsoft.azure.management.monitor.implementation.AutoscaleProfileInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
        start local 1 // java.util.List profiles
         0: .line 72
            aload 0 /* this */
            aload 1 /* profiles */
            putfield com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.profiles:Ljava/util/List;
         1: .line 73
            aload 0 /* this */
            areturn
        end local 1 // java.util.List profiles
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            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/implementation/AutoscaleSettingResourceInner;
    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.implementation.AutoscaleSettingResourceInner this
         0: .line 82
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/monitor/AutoscaleNotification;>;

  public com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner withNotifications(java.util.List<com.microsoft.azure.management.monitor.AutoscaleNotification>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
        start local 1 // java.util.List notifications
         0: .line 92
            aload 0 /* this */
            aload 1 /* notifications */
            putfield com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.notifications:Ljava/util/List;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // java.util.List notifications
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;
            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/implementation/AutoscaleSettingResourceInner;
    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.implementation.AutoscaleSettingResourceInner this
         0: .line 102
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner.enabled:Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.monitor.implementation.AutoscaleSettingResourceInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/implementation/AutoscaleSettingResourceInner;

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

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

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

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

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