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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer withIpConfiguration(com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;)Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
        start local 1 // com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration
         0: .line 79
            aload 0 /* this */
            aload 1 /* ipConfiguration */
            putfield com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer.ipConfiguration:Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;
         1: .line 80
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner ipConfiguration
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
            0    2     1  ipConfiguration  Lcom/microsoft/azure/management/network/implementation/NetworkInterfaceIPConfigurationInner;
    MethodParameters:
                 Name  Flags
      ipConfiguration  

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

  public com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer withHealth(com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServerHealth;)Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth health
         0: .line 99
            aload 0 /* this */
            aload 1 /* health */
            putfield com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer.health:Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServerHealth;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServerHealth health
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
            0    2     1  health  Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServerHealth;
    MethodParameters:
        Name  Flags
      health  

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

  public com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer withHealthProbeLog(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
        start local 1 // java.lang.String healthProbeLog
         0: .line 119
            aload 0 /* this */
            aload 1 /* healthProbeLog */
            putfield com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer.healthProbeLog:Ljava/lang/String;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String healthProbeLog
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayBackendHealthServer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHealthServer;
            0    2     1  healthProbeLog  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      healthProbeLog  
}
SourceFile: "ApplicationGatewayBackendHealthServer.java"