class com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1 extends com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.DeploymentSlot>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1
  super_class: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter
{
  final com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl this$0;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.appservice.implementation.WebAppsInner val$innerCollection;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.microsoft.azure.management.appservice.implementation.WebAppImpl val$parent;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl, com.microsoft.azure.management.appservice.implementation.WebAppsInner, com.microsoft.azure.management.appservice.implementation.WebAppImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl;Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1 this
         0: .line 45
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.this$0:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$innerCollection:Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 0 /* this */
            aload 3
            putfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$parent:Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$innerCollection  final
      val$parent           final

  public rx.Observable<com.microsoft.azure.management.appservice.DeploymentSlot> typeConvertAsync(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1 this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner siteInner
         0: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$innerCollection:Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 1 /* siteInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.resourceGroup:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$parent:Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppImpl.name:()Ljava/lang/String;
            aload 1 /* siteInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.name:()Ljava/lang/String;
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 50
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$innerCollection:Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 1 /* siteInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.resourceGroup:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.val$parent:Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppImpl.name:()Ljava/lang/String;
            aload 1 /* siteInner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.name:()Ljava/lang/String;
            ldc ".*/"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getDiagnosticLogsConfigurationSlotAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         2: .line 51
            new com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1$1
            dup
            aload 0 /* this */
            aload 1 /* siteInner */
            invokespecial com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl$1;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)V
         3: .line 48
            invokestatic rx.Observable.zip:(Lrx/Observable;Lrx/Observable;Lrx/functions/Func2;)Lrx/Observable;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner siteInner
        end local 0 // com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl$1;
            0    4     1  siteInner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
    Signature: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/DeploymentSlot;>;
    MethodParameters:
           Name  Flags
      siteInner  final

  public rx.Observable typeConvertAsync(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Observable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.management.appservice.implementation.SiteInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.typeConvertAsync:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl access$1(com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl$1;)Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 45
            aload 0
            getfield com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1.this$0:Lcom/microsoft/azure/management/appservice/implementation/DeploymentSlotsImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/DeploymentSlot;>;
SourceFile: "DeploymentSlotsImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl.<init>:(Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;)V
NestHost: com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1
  com.microsoft.azure.management.appservice.implementation.DeploymentSlotsImpl$1$1