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

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

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

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

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

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

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

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

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

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

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

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

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

  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.AzureFunctionReceiver this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.monitor.AzureFunctionReceiver.useCommonAlertSchema:Z
            ireturn
        end local 0 // com.microsoft.azure.management.monitor.AzureFunctionReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/monitor/AzureFunctionReceiver;

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