class com.microsoft.azure.management.appservice.implementation.WebAppsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<com.microsoft.azure.management.appservice.WebApp, com.microsoft.azure.management.appservice.implementation.WebAppImpl, com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.implementation.WebAppsInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.WebApps
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl
{
  private final com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.WebApp> converter;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/WebApp;>;

  void <init>(com.microsoft.azure.management.appservice.implementation.AppServiceManager);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
         0: .line 37
            aload 0 /* this */
            aload 1 /* manager */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.webApps:()Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;
            aload 1 /* manager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl.<init>:(Lcom/microsoft/azure/management/resources/fluentcore/collection/InnerSupportsListing;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 38
            aload 0 /* this */
            new com.microsoft.azure.management.appservice.implementation.WebAppsImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppsImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;)V
            putfield com.microsoft.azure.management.appservice.implementation.WebAppsImpl.converter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
         2: .line 57
            return
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    3     1  manager  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    MethodParameters:
         Name  Flags
      manager  final

  public rx.Observable<com.microsoft.azure.management.appservice.WebApp> getByResourceGroupAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // java.lang.String groupName
        start local 2 // java.lang.String name
         0: .line 61
            aload 0 /* this */
            astore 3 /* self */
        start local 3 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl self
         1: .line 62
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebAppsInner
            aload 1 /* groupName */
            aload 2 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.WebAppsImpl$2
            dup
            aload 0 /* this */
            aload 3 /* self */
            aload 1 /* groupName */
            aload 2 /* name */
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppsImpl$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl self
        end local 2 // java.lang.String name
        end local 1 // java.lang.String groupName
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    2     1  groupName  Ljava/lang/String;
            0    2     2       name  Ljava/lang/String;
            1    2     3       self  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/WebApp;>;
    MethodParameters:
           Name  Flags
      groupName  final
      name       final

  protected com.microsoft.azure.management.appservice.implementation.WebAppImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // java.lang.String name
         0: .line 84
            new com.microsoft.azure.management.appservice.implementation.WebAppImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.management.appservice.implementation.SiteInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.SiteInner.<init>:()V
            ldc "app"
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.withKind:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            aconst_null
            aconst_null
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.appservice.implementation.WebAppImpl wrapModel(com.microsoft.azure.management.appservice.implementation.SiteInner, com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner, com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        start local 2 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        start local 3 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
         0: .line 88
            aload 1 /* inner */
            ifnonnull 2
         1: .line 89
            aconst_null
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.WebAppImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.SiteInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 2 /* siteConfig */
            aload 3 /* logConfig */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokespecial com.microsoft.azure.management.appservice.implementation.WebAppImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner logConfig
        end local 2 // com.microsoft.azure.management.appservice.implementation.SiteConfigResourceInner siteConfig
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    3     1       inner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
            0    3     2  siteConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;
            0    3     3   logConfig  Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;
    MethodParameters:
            Name  Flags
      inner       
      siteConfig  
      logConfig   

  protected com.microsoft.azure.management.appservice.implementation.WebAppImpl wrapModel(com.microsoft.azure.management.appservice.implementation.SiteInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
         0: .line 96
            aload 0 /* this */
            aload 1 /* inner */
            aconst_null
            aconst_null
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/SiteConfigResourceInner;Lcom/microsoft/azure/management/appservice/implementation/SiteLogsConfigInner;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.SiteInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    1     1  inner  Lcom/microsoft/azure/management/appservice/implementation/SiteInner;
    MethodParameters:
       Name  Flags
      inner  

  protected com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.WebApp> wrapList(com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.implementation.SiteInner>);
    descriptor: (Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // com.microsoft.azure.PagedList pagedList
         0: .line 100
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.WebAppsImpl.converter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
            aload 1 /* pagedList */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // com.microsoft.azure.PagedList pagedList
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    1     1  pagedList  Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;
    Signature: (Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/implementation/SiteInner;>;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/WebApp;>;
    MethodParameters:
           Name  Flags
      pagedList  

  public com.microsoft.azure.management.appservice.implementation.WebAppImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
        start local 1 // java.lang.String name
         0: .line 106
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppsImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, 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.WebAppsImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/SiteInner;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    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.appservice.implementation.WebAppsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl<Lcom/microsoft/azure/management/appservice/WebApp;Lcom/microsoft/azure/management/appservice/implementation/WebAppImpl;Lcom/microsoft/azure/management/appservice/implementation/SiteInner;Lcom/microsoft/azure/management/appservice/implementation/WebAppsInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/WebApps;
SourceFile: "WebAppsImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$1  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$1$1  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$2  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$2$1
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$1
  com.microsoft.azure.management.appservice.implementation.WebAppsImpl$2
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")