public class com.microsoft.azure.management.network.ApplicationGatewayHttpListener extends com.microsoft.azure.SubResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ApplicationGatewayHttpListener
  super_class: com.microsoft.azure.SubResource
{
  private com.microsoft.azure.SubResource frontendIPConfiguration;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.frontendIPConfiguration")

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

  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 = "properties.protocol")

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

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

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

  private com.microsoft.azure.management.network.ProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/network/ProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.network.ApplicationGatewayCustomError> customErrorConfigurations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayCustomError;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.customErrorConfigurations")

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

  private java.util.List<java.lang.String> hostnames;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.hostnames")

  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 etag;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "etag", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "type", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

  public com.microsoft.azure.SubResource frontendIPConfiguration();
    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.ApplicationGatewayHttpListener this
         0: .line 107
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.frontendIPConfiguration:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;

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

  public com.microsoft.azure.SubResource frontendPort();
    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.ApplicationGatewayHttpListener this
         0: .line 127
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.frontendPort:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;

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

  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.ApplicationGatewayHttpListener this
         0: .line 147
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.protocol:Lcom/microsoft/azure/management/network/ApplicationGatewayProtocol;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;

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

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

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

  public com.microsoft.azure.SubResource sslCertificate();
    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.ApplicationGatewayHttpListener this
         0: .line 187
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.sslCertificate:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;

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

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

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

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

  public java.util.List<com.microsoft.azure.management.network.ApplicationGatewayCustomError> customErrorConfigurations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
         0: .line 236
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.customErrorConfigurations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayCustomError;>;

  public com.microsoft.azure.management.network.ApplicationGatewayHttpListener withCustomErrorConfigurations(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayCustomError>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
        start local 1 // java.util.List customErrorConfigurations
         0: .line 246
            aload 0 /* this */
            aload 1 /* customErrorConfigurations */
            putfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.customErrorConfigurations:Ljava/util/List;
         1: .line 247
            aload 0 /* this */
            areturn
        end local 1 // java.util.List customErrorConfigurations
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
            0    2     1  customErrorConfigurations  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayCustomError;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayCustomError;>;)Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
    MethodParameters:
                           Name  Flags
      customErrorConfigurations  

  public com.microsoft.azure.SubResource firewallPolicy();
    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.ApplicationGatewayHttpListener this
         0: .line 256
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.firewallPolicy:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;

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

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

  public com.microsoft.azure.management.network.ApplicationGatewayHttpListener withHostnames(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
        start local 1 // java.util.List hostnames
         0: .line 286
            aload 0 /* this */
            aload 1 /* hostnames */
            putfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.hostnames:Ljava/util/List;
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // java.util.List hostnames
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
            0    2     1  hostnames  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
    MethodParameters:
           Name  Flags
      hostnames  

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

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

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

  public java.lang.String type();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
         0: .line 325
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.ApplicationGatewayHttpListener.type:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayHttpListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/ApplicationGatewayHttpListener;
}
SourceFile: "ApplicationGatewayHttpListener.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()