class com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl<com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner, com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl, com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap> implements com.microsoft.azure.management.network.ApplicationGatewayPathRule, com.microsoft.azure.management.network.ApplicationGatewayPathRule$Definition<com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$DefinitionStages$WithAttach<com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages$WithRequestRoutingRuleOrCreate>>, com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinition<com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$UpdateDefinitionStages$WithAttach<com.microsoft.azure.management.network.ApplicationGateway$Update>>, com.microsoft.azure.management.network.ApplicationGatewayPathRule$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl
{
  void <init>(com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner, com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl);
    descriptor: (Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner inner
        start local 2 // com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl parent
         0: .line 37
            aload 0 /* this */
            aload 1 /* inner */
            aload 2 /* parent */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.ChildResourceImpl.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 38
            return
        end local 2 // com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl parent
        end local 1 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner inner
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    2     1   inner  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            0    2     2  parent  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  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.implementation.ApplicationGatewayPathRuleImpl this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.name:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl attach();
    descriptor: ()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
         0: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.withPathRule:(Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl toBackendHttpConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // java.lang.String name
         0: .line 52
            new com.microsoft.azure.SubResource
            dup
            invokespecial com.microsoft.azure.SubResource.<init>:()V
         1: .line 53
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.futureResourceId:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/backendHttpSettingsCollection/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.SubResource.withId:(Ljava/lang/String;)Lcom/microsoft/azure/SubResource;
         2: .line 52
            astore 2 /* httpConfigRef */
        start local 2 // com.microsoft.azure.SubResource httpConfigRef
         3: .line 54
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            aload 2 /* httpConfigRef */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withBackendHttpSettings:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
         4: .line 55
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.SubResource httpConfigRef
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    5     1           name  Ljava/lang/String;
            3    5     2  httpConfigRef  Lcom/microsoft/azure/SubResource;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl toBackend(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // java.lang.String name
         0: .line 60
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.ensureBackendRef:(Ljava/lang/String;)Lcom/microsoft/azure/SubResource;
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withBackendAddressPool:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
         1: .line 61
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl withRedirectConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // java.lang.String name
         0: .line 66
            aload 1 /* name */
            ifnonnull 3
         1: .line 67
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            aconst_null
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withRedirectConfiguration:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
         2: .line 68
            goto 5
         3: .line 69
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.SubResource
            dup
            invokespecial com.microsoft.azure.SubResource.<init>:()V
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.futureResourceId:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/redirectConfigurations/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.SubResource.withId:(Ljava/lang/String;)Lcom/microsoft/azure/SubResource;
            astore 2 /* ref */
        start local 2 // com.microsoft.azure.SubResource ref
         4: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            aload 2 /* ref */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withRedirectConfiguration:(Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
        end local 2 // com.microsoft.azure.SubResource ref
         5: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    6     1  name  Ljava/lang/String;
            4    5     2   ref  Lcom/microsoft/azure/SubResource;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.network.ApplicationGatewayBackend backend();
    descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewayBackend;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
         0: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.backendAddressPool:()Lcom/microsoft/azure/SubResource;
            astore 1 /* backendRef */
        start local 1 // com.microsoft.azure.SubResource backendRef
         1: .line 78
            aload 1 /* backendRef */
            ifnull 4
         2: .line 79
            aload 1 /* backendRef */
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* backendName */
        start local 2 // java.lang.String backendName
         3: .line 80
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.backends:()Ljava/util/Map;
            aload 2 /* backendName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.ApplicationGatewayBackend
            areturn
        end local 2 // java.lang.String backendName
         4: .line 82
      StackMap locals: com.microsoft.azure.SubResource
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.microsoft.azure.SubResource backendRef
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            1    5     1   backendRef  Lcom/microsoft/azure/SubResource;
            3    4     2  backendName  Ljava/lang/String;

  public com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewayBackendHttpConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
         0: .line 88
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.backendHttpSettings:()Lcom/microsoft/azure/SubResource;
            astore 1 /* configRef */
        start local 1 // com.microsoft.azure.SubResource configRef
         1: .line 89
            aload 1 /* configRef */
            ifnull 4
         2: .line 90
            aload 1 /* configRef */
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* configName */
        start local 2 // java.lang.String configName
         3: .line 91
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.backendHttpConfigurations:()Ljava/util/Map;
            aload 2 /* configName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration
            areturn
        end local 2 // java.lang.String configName
         4: .line 93
      StackMap locals: com.microsoft.azure.SubResource
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.microsoft.azure.SubResource configRef
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            1    5     1   configRef  Lcom/microsoft/azure/SubResource;
            3    4     2  configName  Ljava/lang/String;

  public com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration redirectConfiguration();
    descriptor: ()Lcom/microsoft/azure/management/network/ApplicationGatewayRedirectConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
         0: .line 99
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.redirectConfiguration:()Lcom/microsoft/azure/SubResource;
            astore 1 /* ref */
        start local 1 // com.microsoft.azure.SubResource ref
         1: .line 100
            aload 1 /* ref */
            ifnonnull 3
         2: .line 101
            aconst_null
            areturn
         3: .line 103
      StackMap locals: com.microsoft.azure.SubResource
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapImpl.parent:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayImpl.redirectConfigurations:()Ljava/util/Map;
            aload 1 /* ref */
            invokevirtual com.microsoft.azure.SubResource.id:()Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration
            areturn
        end local 1 // com.microsoft.azure.SubResource ref
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            1    4     1   ref  Lcom/microsoft/azure/SubResource;

  public java.util.List<java.lang.String> paths();
    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.ApplicationGatewayPathRuleImpl this
         0: .line 109
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.paths:()Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl withPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // java.lang.String path
         0: .line 114
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.paths:()Ljava/util/List;
            ifnonnull 2
         1: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withPaths:(Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.paths:()Ljava/util/List;
            aload 1 /* path */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 118
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    4     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl withPaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
        start local 1 // java.lang.String[] paths
         0: .line 123
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner
            aload 1 /* paths */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner.withPaths:(Ljava/util/List;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;
            pop
         1: .line 124
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String[] paths
        end local 0 // com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            0    2     1  paths  [Ljava/lang/String;
    MethodParameters:
       Name  Flags
      paths  

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithAttach withPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach withPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithBackend toBackendHttpConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$DefinitionStages$WithBackend;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.toBackendHttpConfiguration:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithBackend toBackendHttpConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinitionStages$WithBackend;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.toBackendHttpConfiguration:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithPath toBackend(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$DefinitionStages$WithPath;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.toBackend:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithPath toBackend(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinitionStages$WithPath;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.toBackend:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.attach:()Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithAttach withRedirectConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$DefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withRedirectConfiguration:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach withRedirectConfiguration(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withRedirectConfiguration:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithAttach withPaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$DefinitionStages$WithAttach;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withPaths:([Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach withPaths(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleImpl.withPaths:([Ljava/lang/String;)Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ChildResourceImpl<Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayPathRuleInner;Lcom/microsoft/azure/management/network/implementation/ApplicationGatewayUrlPathMapImpl;Lcom/microsoft/azure/management/network/ApplicationGatewayUrlPathMap;>;Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule;Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$Definition<Lcom/microsoft/azure/management/network/ApplicationGatewayUrlPathMap$DefinitionStages$WithAttach<Lcom/microsoft/azure/management/network/ApplicationGateway$DefinitionStages$WithRequestRoutingRuleOrCreate;>;>;Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$UpdateDefinition<Lcom/microsoft/azure/management/network/ApplicationGatewayUrlPathMap$UpdateDefinitionStages$WithAttach<Lcom/microsoft/azure/management/network/ApplicationGateway$Update;>;>;Lcom/microsoft/azure/management/network/ApplicationGatewayPathRule$Update;
SourceFile: "ApplicationGatewayPathRuleImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages of com.microsoft.azure.management.network.ApplicationGateway
  public abstract WithRequestRoutingRuleOrCreate = com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages$WithRequestRoutingRuleOrCreate of com.microsoft.azure.management.network.ApplicationGateway$DefinitionStages
  public abstract Update = com.microsoft.azure.management.network.ApplicationGateway$Update of com.microsoft.azure.management.network.ApplicationGateway
  public abstract Definition = com.microsoft.azure.management.network.ApplicationGatewayPathRule$Definition of com.microsoft.azure.management.network.ApplicationGatewayPathRule
  public abstract DefinitionStages = com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages of com.microsoft.azure.management.network.ApplicationGatewayPathRule
  public abstract WithAttach = com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithAttach of com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages
  public abstract WithBackend = com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithBackend of com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages
  public abstract WithPath = com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages$WithPath of com.microsoft.azure.management.network.ApplicationGatewayPathRule$DefinitionStages
  public abstract Update = com.microsoft.azure.management.network.ApplicationGatewayPathRule$Update of com.microsoft.azure.management.network.ApplicationGatewayPathRule
  public abstract UpdateDefinition = com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinition of com.microsoft.azure.management.network.ApplicationGatewayPathRule
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages of com.microsoft.azure.management.network.ApplicationGatewayPathRule
  public abstract WithAttach = com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithAttach of com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages
  public abstract WithBackend = com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithBackend of com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages
  public abstract WithPath = com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages$WithPath of com.microsoft.azure.management.network.ApplicationGatewayPathRule$UpdateDefinitionStages
  public abstract DefinitionStages = com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$DefinitionStages of com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap
  public abstract WithAttach = com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$DefinitionStages$WithAttach of com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$DefinitionStages
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$UpdateDefinitionStages of com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap
  public abstract WithAttach = com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$UpdateDefinitionStages$WithAttach of com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap$UpdateDefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()