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

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

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

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

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

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

  private boolean useCommonAlertSchema;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "useCommonAlertSchema", 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.AutomationRunbookReceiver this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.monitor.AutomationRunbookReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/AutomationRunbookReceiver;

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

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

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

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

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

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.monitor.AutomationRunbookReceiver withUseCommonAlertSchema(boolean);
    descriptor: (Z)Lcom/microsoft/azure/management/monitor/AutomationRunbookReceiver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.monitor.AutomationRunbookReceiver this
        start local 1 // boolean useCommonAlertSchema
         0: .line 196
            aload 0 /* this */
            iload 1 /* useCommonAlertSchema */
            putfield com.microsoft.azure.management.monitor.AutomationRunbookReceiver.useCommonAlertSchema:Z
         1: .line 197
            aload 0 /* this */
            areturn
        end local 1 // boolean useCommonAlertSchema
        end local 0 // com.microsoft.azure.management.monitor.AutomationRunbookReceiver this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/monitor/AutomationRunbookReceiver;
            0    2     1  useCommonAlertSchema  Z
    MethodParameters:
                      Name  Flags
      useCommonAlertSchema  
}
SourceFile: "AutomationRunbookReceiver.java"