class com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<com.microsoft.azure.management.appservice.AppServicePlan, com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner, com.microsoft.azure.management.appservice.implementation.AppServicePlansInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.AppServicePlans
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl
{
  void <init>(com.microsoft.azure.management.appservice.implementation.AppServiceManager);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
         0: .line 30
            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.appServicePlans:()Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;
            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 31
            return
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansImpl;
            0    2     1  manager  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    MethodParameters:
         Name  Flags
      manager  

  protected com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
        start local 1 // java.lang.String name
         0: .line 35
            new com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.management.appservice.implementation.AppServicePlanInner
            dup
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.<init>:()V
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.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.AppServicePlanImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;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.AppServicePlansImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl wrapModel(com.microsoft.azure.management.appservice.implementation.AppServicePlanInner);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner inner
         0: .line 40
            aload 1 /* inner */
            ifnonnull 2
         1: .line 41
            aconst_null
            areturn
         2: .line 43
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.appservice.implementation.AppServicePlanImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlanInner.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.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.AppServicePlanImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
            areturn
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServicePlanInner inner
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansImpl;
            0    3     1  inner  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;
    MethodParameters:
       Name  Flags
      inner  

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

  public rx.Observable<com.microsoft.azure.management.appservice.AppServicePlan> listAsync(boolean);
    descriptor: (Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
        start local 1 // boolean includeDetails
         0: .line 53
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlansInner
            iload 1 /* includeDetails */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.listAsync:(Ljava/lang/Boolean;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.wrapPageAsync:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 1 // boolean includeDetails
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansImpl;
            0    1     1  includeDetails  Z
    Signature: (Z)Lrx/Observable<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;
    MethodParameters:
                Name  Flags
      includeDetails  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.AppServicePlan> list(boolean);
    descriptor: (Z)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
        start local 1 // boolean includeDetails
         0: .line 58
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServicePlansInner
            iload 1 /* includeDetails */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansInner.list:(Ljava/lang/Boolean;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.wrapList:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 1 // boolean includeDetails
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansImpl;
            0    1     1  includeDetails  Z
    Signature: (Z)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;
    MethodParameters:
                Name  Flags
      includeDetails  

  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.AppServicePlanInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServicePlansImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            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.AppServicePlansImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            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.AppServicePlansImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl<Lcom/microsoft/azure/management/appservice/AppServicePlan;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanImpl;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlansInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/AppServicePlans;
SourceFile: "AppServicePlansImpl.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")