public class com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.network.ApplicationGatewayProtocol protocol;
    descriptor: Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "protocol")

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

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

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

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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;

  public com.microsoft.azure.management.network.ApplicationGatewayProtocol protocol();
    descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.protocol:Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withProtocol(com.microsoft.azure.management.network.ApplicationGatewayProtocol);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayProtocol protocol
         0: .line 89
            aload 0 /* this */
            aload 1 /* protocol */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.protocol:Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayProtocol protocol
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  protocol  Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
    MethodParameters:
          Name  Flags
      protocol  

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

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // java.lang.String host
         0: .line 109
            aload 0 /* this */
            aload 1 /* host */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.host:Ljava/lang/String;
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String host
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

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

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // java.lang.String path
         0: .line 129
            aload 0 /* this */
            aload 1 /* path */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.path:Ljava/lang/String;
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

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

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withTimeout(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // java.lang.Integer timeout
         0: .line 149
            aload 0 /* this */
            aload 1 /* timeout */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.timeout:Ljava/lang/Integer;
         1: .line 150
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer timeout
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  timeout  Ljava/lang/Integer;
    MethodParameters:
         Name  Flags
      timeout  

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

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withPickHostNameFromBackendHttpSettings(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // java.lang.Boolean pickHostNameFromBackendHttpSettings
         0: .line 169
            aload 0 /* this */
            aload 1 /* pickHostNameFromBackendHttpSettings */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.pickHostNameFromBackendHttpSettings:Ljava/lang/Boolean;
         1: .line 170
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean pickHostNameFromBackendHttpSettings
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot                                 Name  Signature
            0    2     0                                 this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  pickHostNameFromBackendHttpSettings  Ljava/lang/Boolean;
    MethodParameters:
                                     Name  Flags
      pickHostNameFromBackendHttpSettings  

  public com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch match();
    descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
         0: .line 179
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.match:Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withMatch(com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch match
         0: .line 189
            aload 0 /* this */
            aload 1 /* match */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.match:Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayProbeHealthResponseMatch match
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  match  Lcom/microsoft/azure/management/network/ApplicationGatewayProbeHealthResponseMatch;
    MethodParameters:
       Name  Flags
      match  

  public com.microsoft.azure.SubResource backendAddressPool();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
         0: .line 199
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.backendAddressPool:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withBackendAddressPool(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // com.microsoft.azure.SubResource backendAddressPool
         0: .line 209
            aload 0 /* this */
            aload 1 /* backendAddressPool */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.backendAddressPool:Lcom/microsoft/azure/SubResource;
         1: .line 210
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource backendAddressPool
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  backendAddressPool  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                    Name  Flags
      backendAddressPool  

  public com.microsoft.azure.SubResource backendHttpSettings();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
         0: .line 219
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.backendHttpSettings:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;

  public com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe withBackendHttpSettings(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
        start local 1 // com.microsoft.azure.SubResource backendHttpSettings
         0: .line 229
            aload 0 /* this */
            aload 1 /* backendHttpSettings */
            putfield com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe.backendHttpSettings:Lcom/microsoft/azure/SubResource;
         1: .line 230
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource backendHttpSettings
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayOnDemandProbe this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/ApplicationGatewayOnDemandProbe;
            0    2     1  backendHttpSettings  Lcom/microsoft/azure/SubResource;
    MethodParameters:
                     Name  Flags
      backendHttpSettings  
}
SourceFile: "ApplicationGatewayOnDemandProbe.java"