public class com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet
  super_class: java.lang.Object
{
  private java.util.List<com.microsoft.azure.management.network.ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/network/ApplicationGatewayHeaderConfiguration;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "requestHeaderConfigurations")

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

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

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

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

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

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

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

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

  public com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet withUrlConfiguration(com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration);
    descriptor: (Lcom/microsoft/azure/management/network/ApplicationGatewayUrlConfiguration;)Lcom/microsoft/azure/management/network/ApplicationGatewayRewriteRuleActionSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet this
        start local 1 // com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration urlConfiguration
         0: .line 92
            aload 0 /* this */
            aload 1 /* urlConfiguration */
            putfield com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet.urlConfiguration:Lcom/microsoft/azure/management/network/ApplicationGatewayUrlConfiguration;
         1: .line 93
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration urlConfiguration
        end local 0 // com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleActionSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/network/ApplicationGatewayRewriteRuleActionSet;
            0    2     1  urlConfiguration  Lcom/microsoft/azure/management/network/ApplicationGatewayUrlConfiguration;
    MethodParameters:
                  Name  Flags
      urlConfiguration  
}
SourceFile: "ApplicationGatewayRewriteRuleActionSet.java"