public class com.microsoft.azure.management.monitor.AutoscaleNotification
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.AutoscaleNotification
  super_class: java.lang.Object
{
  private java.lang.String operation;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "operation", required = true)

  private com.microsoft.azure.management.monitor.EmailNotification email;
    descriptor: Lcom/microsoft/azure/management/monitor/EmailNotification;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "email")

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            ldc "Scale"
            putfield com.microsoft.azure.management.monitor.AutoscaleNotification.operation:Ljava/lang/String;
         2: .line 42
            return
        end local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;

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

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

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

  public com.microsoft.azure.management.monitor.AutoscaleNotification withEmail(com.microsoft.azure.management.monitor.EmailNotification);
    descriptor: (Lcom/microsoft/azure/management/monitor/EmailNotification;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
        start local 1 // com.microsoft.azure.management.monitor.EmailNotification email
         0: .line 80
            aload 0 /* this */
            aload 1 /* email */
            putfield com.microsoft.azure.management.monitor.AutoscaleNotification.email:Lcom/microsoft/azure/management/monitor/EmailNotification;
         1: .line 81
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.EmailNotification email
        end local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            0    2     1  email  Lcom/microsoft/azure/management/monitor/EmailNotification;
    MethodParameters:
       Name  Flags
      email  

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

  public com.microsoft.azure.management.monitor.AutoscaleNotification withWebhooks(java.util.List<com.microsoft.azure.management.monitor.WebhookNotification>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
        start local 1 // java.util.List webhooks
         0: .line 100
            aload 0 /* this */
            aload 1 /* webhooks */
            putfield com.microsoft.azure.management.monitor.AutoscaleNotification.webhooks:Ljava/util/List;
         1: .line 101
            aload 0 /* this */
            areturn
        end local 1 // java.util.List webhooks
        end local 0 // com.microsoft.azure.management.monitor.AutoscaleNotification this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
            0    2     1  webhooks  Ljava/util/List<Lcom/microsoft/azure/management/monitor/WebhookNotification;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/monitor/WebhookNotification;>;)Lcom/microsoft/azure/management/monitor/AutoscaleNotification;
    MethodParameters:
          Name  Flags
      webhooks  
}
SourceFile: "AutoscaleNotification.java"