public class com.microsoft.azure.management.monitor.AlertingAction extends com.microsoft.azure.management.monitor.Action
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.monitor.AlertingAction
  super_class: com.microsoft.azure.management.monitor.Action
{
  private com.microsoft.azure.management.monitor.AlertSeverity severity;
    descriptor: Lcom/microsoft/azure/management/monitor/AlertSeverity;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "severity", required = true)

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

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

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

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

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

  public com.microsoft.azure.management.monitor.AlertingAction withSeverity(com.microsoft.azure.management.monitor.AlertSeverity);
    descriptor: (Lcom/microsoft/azure/management/monitor/AlertSeverity;)Lcom/microsoft/azure/management/monitor/AlertingAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AlertingAction this
        start local 1 // com.microsoft.azure.management.monitor.AlertSeverity severity
         0: .line 63
            aload 0 /* this */
            aload 1 /* severity */
            putfield com.microsoft.azure.management.monitor.AlertingAction.severity:Lcom/microsoft/azure/management/monitor/AlertSeverity;
         1: .line 64
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AlertSeverity severity
        end local 0 // com.microsoft.azure.management.monitor.AlertingAction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/monitor/AlertingAction;
            0    2     1  severity  Lcom/microsoft/azure/management/monitor/AlertSeverity;
    MethodParameters:
          Name  Flags
      severity  

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

  public com.microsoft.azure.management.monitor.AlertingAction withAznsAction(com.microsoft.azure.management.monitor.AzNsActionGroup);
    descriptor: (Lcom/microsoft/azure/management/monitor/AzNsActionGroup;)Lcom/microsoft/azure/management/monitor/AlertingAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AlertingAction this
        start local 1 // com.microsoft.azure.management.monitor.AzNsActionGroup aznsAction
         0: .line 83
            aload 0 /* this */
            aload 1 /* aznsAction */
            putfield com.microsoft.azure.management.monitor.AlertingAction.aznsAction:Lcom/microsoft/azure/management/monitor/AzNsActionGroup;
         1: .line 84
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.AzNsActionGroup aznsAction
        end local 0 // com.microsoft.azure.management.monitor.AlertingAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/monitor/AlertingAction;
            0    2     1  aznsAction  Lcom/microsoft/azure/management/monitor/AzNsActionGroup;
    MethodParameters:
            Name  Flags
      aznsAction  

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

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

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

  public com.microsoft.azure.management.monitor.AlertingAction withTrigger(com.microsoft.azure.management.monitor.TriggerCondition);
    descriptor: (Lcom/microsoft/azure/management/monitor/TriggerCondition;)Lcom/microsoft/azure/management/monitor/AlertingAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AlertingAction this
        start local 1 // com.microsoft.azure.management.monitor.TriggerCondition trigger
         0: .line 123
            aload 0 /* this */
            aload 1 /* trigger */
            putfield com.microsoft.azure.management.monitor.AlertingAction.trigger:Lcom/microsoft/azure/management/monitor/TriggerCondition;
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.monitor.TriggerCondition trigger
        end local 0 // com.microsoft.azure.management.monitor.AlertingAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/monitor/AlertingAction;
            0    2     1  trigger  Lcom/microsoft/azure/management/monitor/TriggerCondition;
    MethodParameters:
         Name  Flags
      trigger  
}
SourceFile: "AlertingAction.java"
InnerClasses:
  public final As = com.fasterxml.jackson.annotation.JsonTypeInfo$As of com.fasterxml.jackson.annotation.JsonTypeInfo
  public final Id = com.fasterxml.jackson.annotation.JsonTypeInfo$Id of com.fasterxml.jackson.annotation.JsonTypeInfo
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonTypeInfo(use = com.fasterxml.jackson.annotation.JsonTypeInfo$Id.NAME:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$Id;, include = com.fasterxml.jackson.annotation.JsonTypeInfo$As.PROPERTY:Lcom/fasterxml/jackson/annotation/JsonTypeInfo$As;, property = "odata.type")
      com.fasterxml.jackson.annotation.JsonTypeName(value = "Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction")
      com.fasterxml.jackson.databind.annotation.JsonTypeResolver(value = Lcom/microsoft/azure/management/monitor/OdataTypeDiscriminatorTypeResolver;)