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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  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.lang.Boolean enableHttp2;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.enableHttp2")

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

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

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

  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 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.util.List<java.lang.String> zones;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "zones")

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

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

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

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withSku(com.microsoft.azure.management.network.ApplicationGatewaySku);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewaySku;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewaySku sku
         0: .line 254
            aload 0 /* this */
            aload 1 /* sku */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.sku:Lcom/microsoft/azure/management/network/ApplicationGatewaySku;
         1: .line 255
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewaySku sku
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1   sku  Lcom/microsoft/azure/management/network/ApplicationGatewaySku;
    MethodParameters:
      Name  Flags
      sku   

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withSslPolicy(com.microsoft.azure.management.network.ApplicationGatewaySslPolicy);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewaySslPolicy;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewaySslPolicy sslPolicy
         0: .line 274
            aload 0 /* this */
            aload 1 /* sslPolicy */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.sslPolicy:Lcom/microsoft/azure/management/network/ApplicationGatewaySslPolicy;
         1: .line 275
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewaySslPolicy sslPolicy
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  sslPolicy  Lcom/microsoft/azure/management/network/ApplicationGatewaySslPolicy;
    MethodParameters:
           Name  Flags
      sslPolicy  

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

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withGatewayIPConfigurations(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List gatewayIPConfigurations
         0: .line 303
            aload 0 /* this */
            aload 1 /* gatewayIPConfigurations */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.gatewayIPConfigurations:Ljava/util/List;
         1: .line 304
            aload 0 /* this */
            areturn
        end local 1 // java.util.List gatewayIPConfigurations
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  gatewayIPConfigurations  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayIPConfigurationInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayIPConfigurationInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                         Name  Flags
      gatewayIPConfigurations  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withAuthenticationCertificates(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayAuthenticationCertificateInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List authenticationCertificates
         0: .line 323
            aload 0 /* this */
            aload 1 /* authenticationCertificates */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.authenticationCertificates:Ljava/util/List;
         1: .line 324
            aload 0 /* this */
            areturn
        end local 1 // java.util.List authenticationCertificates
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  authenticationCertificates  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAuthenticationCertificateInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayAuthenticationCertificateInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                            Name  Flags
      authenticationCertificates  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withTrustedRootCertificates(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayTrustedRootCertificate>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List trustedRootCertificates
         0: .line 343
            aload 0 /* this */
            aload 1 /* trustedRootCertificates */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.trustedRootCertificates:Ljava/util/List;
         1: .line 344
            aload 0 /* this */
            areturn
        end local 1 // java.util.List trustedRootCertificates
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  trustedRootCertificates  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayTrustedRootCertificate;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayTrustedRootCertificate;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                         Name  Flags
      trustedRootCertificates  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withSslCertificates(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List sslCertificates
         0: .line 363
            aload 0 /* this */
            aload 1 /* sslCertificates */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.sslCertificates:Ljava/util/List;
         1: .line 364
            aload 0 /* this */
            areturn
        end local 1 // java.util.List sslCertificates
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  sslCertificates  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslCertificateInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewaySslCertificateInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                 Name  Flags
      sslCertificates  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withFrontendIPConfigurations(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List frontendIPConfigurations
         0: .line 383
            aload 0 /* this */
            aload 1 /* frontendIPConfigurations */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.frontendIPConfigurations:Ljava/util/List;
         1: .line 384
            aload 0 /* this */
            areturn
        end local 1 // java.util.List frontendIPConfigurations
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  frontendIPConfigurations  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendIPConfiguration;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                          Name  Flags
      frontendIPConfigurations  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withFrontendPorts(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayFrontendPort>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List frontendPorts
         0: .line 403
            aload 0 /* this */
            aload 1 /* frontendPorts */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.frontendPorts:Ljava/util/List;
         1: .line 404
            aload 0 /* this */
            areturn
        end local 1 // java.util.List frontendPorts
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  frontendPorts  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendPort;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayFrontendPort;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
               Name  Flags
      frontendPorts  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withProbes(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayProbeInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List probes
         0: .line 423
            aload 0 /* this */
            aload 1 /* probes */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.probes:Ljava/util/List;
         1: .line 424
            aload 0 /* this */
            areturn
        end local 1 // java.util.List probes
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  probes  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayProbeInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayProbeInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
        Name  Flags
      probes  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withBackendAddressPools(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayBackendAddressPool>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List backendAddressPools
         0: .line 443
            aload 0 /* this */
            aload 1 /* backendAddressPools */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.backendAddressPools:Ljava/util/List;
         1: .line 444
            aload 0 /* this */
            areturn
        end local 1 // java.util.List backendAddressPools
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  backendAddressPools  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayBackendAddressPool;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayBackendAddressPool;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                     Name  Flags
      backendAddressPools  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withBackendHttpSettingsCollection(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List backendHttpSettingsCollection
         0: .line 463
            aload 0 /* this */
            aload 1 /* backendHttpSettingsCollection */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.backendHttpSettingsCollection:Ljava/util/List;
         1: .line 464
            aload 0 /* this */
            areturn
        end local 1 // java.util.List backendHttpSettingsCollection
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    2     0                           this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  backendHttpSettingsCollection  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHttpSettings;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHttpSettings;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                               Name  Flags
      backendHttpSettingsCollection  

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

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

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withUrlPathMaps(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List urlPathMaps
         0: .line 503
            aload 0 /* this */
            aload 1 /* urlPathMaps */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.urlPathMaps:Ljava/util/List;
         1: .line 504
            aload 0 /* this */
            areturn
        end local 1 // java.util.List urlPathMaps
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  urlPathMaps  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
             Name  Flags
      urlPathMaps  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withRequestRoutingRules(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List requestRoutingRules
         0: .line 523
            aload 0 /* this */
            aload 1 /* requestRoutingRules */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.requestRoutingRules:Ljava/util/List;
         1: .line 524
            aload 0 /* this */
            areturn
        end local 1 // java.util.List requestRoutingRules
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  requestRoutingRules  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayRequestRoutingRuleInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayRequestRoutingRuleInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                     Name  Flags
      requestRoutingRules  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withRewriteRuleSets(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List rewriteRuleSets
         0: .line 543
            aload 0 /* this */
            aload 1 /* rewriteRuleSets */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.rewriteRuleSets:Ljava/util/List;
         1: .line 544
            aload 0 /* this */
            areturn
        end local 1 // java.util.List rewriteRuleSets
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  rewriteRuleSets  Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayRewriteRuleSet;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayRewriteRuleSet;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                 Name  Flags
      rewriteRuleSets  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withRedirectConfigurations(java.util.List<com.microsoft.azure.management.network.implementation.ApplicationGatewayRedirectConfigurationInner>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.util.List redirectConfigurations
         0: .line 563
            aload 0 /* this */
            aload 1 /* redirectConfigurations */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.redirectConfigurations:Ljava/util/List;
         1: .line 564
            aload 0 /* this */
            areturn
        end local 1 // java.util.List redirectConfigurations
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  redirectConfigurations  Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayRedirectConfigurationInner;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayRedirectConfigurationInner;>;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    MethodParameters:
                        Name  Flags
      redirectConfigurations  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withWebApplicationFirewallConfiguration(com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayWebApplicationFirewallConfiguration;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration
         0: .line 583
            aload 0 /* this */
            aload 1 /* webApplicationFirewallConfiguration */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.webApplicationFirewallConfiguration:Lcom/microsoft/azure/management/network/ApplicationGatewayWebApplicationFirewallConfiguration;
         1: .line 584
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                                 Name  Signature
            0    2     0                                 this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  webApplicationFirewallConfiguration  Lcom/microsoft/azure/management/network/ApplicationGatewayWebApplicationFirewallConfiguration;
    MethodParameters:
                                     Name  Flags
      webApplicationFirewallConfiguration  

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withAutoscaleConfiguration(com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration
         0: .line 663
            aload 0 /* this */
            aload 1 /* autoscaleConfiguration */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.autoscaleConfiguration:Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
         1: .line 664
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  autoscaleConfiguration  Lcom/microsoft/azure/management/network/ApplicationGatewayAutoscaleConfiguration;
    MethodParameters:
                        Name  Flags
      autoscaleConfiguration  

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

  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.implementation.ApplicationGatewayInner this
         0: .line 682
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.provisioningState:Lcom/microsoft/azure/management/network/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;

  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.implementation.ApplicationGatewayInner this
         0: .line 691
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.customErrorConfigurations:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayCustomError;>;

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

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

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

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

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withIdentity(com.microsoft.azure.management.network.ManagedServiceIdentity);
    descriptor: (Lcom/microsoft/azure/management/network/ManagedServiceIdentity;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // com.microsoft.azure.management.network.ManagedServiceIdentity identity
         0: .line 750
            aload 0 /* this */
            aload 1 /* identity */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.identity:Lcom/microsoft/azure/management/network/ManagedServiceIdentity;
         1: .line 751
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ManagedServiceIdentity identity
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1  identity  Lcom/microsoft/azure/management/network/ManagedServiceIdentity;
    MethodParameters:
          Name  Flags
      identity  

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

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayInner withId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
        start local 1 // java.lang.String id
         0: .line 770
            aload 0 /* this */
            aload 1 /* id */
            putfield com.microsoft.azure.management.network.implementation.ApplicationGatewayInner.id:Ljava/lang/String;
         1: .line 771
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayInner;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    
}
SourceFile: "ApplicationGatewayInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()
      com.microsoft.rest.SkipParentValidation()