class com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.TopLevelModifiableResourcesImpl<com.microsoft.azure.management.appservice.AppServiceDomain, com.microsoft.azure.management.appservice.implementation.AppServiceDomainImpl, com.microsoft.azure.management.appservice.implementation.DomainInner, com.microsoft.azure.management.appservice.implementation.DomainsInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.AppServiceDomains
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl
  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.AppServiceDomainsImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
         0: .line 33
            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.domains:()Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;
            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 34
            return
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainsImpl;
            0    2     1  manager  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    MethodParameters:
         Name  Flags
      manager  

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

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.appservice.DomainLegalAgreement> listAgreements(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl this
        start local 1 // java.lang.String topLevelExtension
         0: .line 57
            new com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainsImpl;)V
         1: .line 62
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            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.topLevelDomains:()Lcom/microsoft/azure/management/appservice/implementation/TopLevelDomainsInner;
            aload 1 /* topLevelExtension */
            new com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption
            dup
            invokespecial com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption.<init>:()V
            invokevirtual com.microsoft.azure.management.appservice.implementation.TopLevelDomainsInner.listAgreements:(Ljava/lang/String;Lcom/microsoft/azure/management/appservice/TopLevelDomainAgreementOption;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl$1.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
         2: .line 57
            areturn
        end local 1 // java.lang.String topLevelExtension
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainsImpl;
            0    3     1  topLevelExtension  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/appservice/DomainLegalAgreement;>;
    MethodParameters:
                   Name  Flags
      topLevelExtension  

  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.DomainInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl.wrapModel:(Lcom/microsoft/azure/management/appservice/implementation/DomainInner;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainImpl;
            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.AppServiceDomainsImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainImpl;
            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.AppServiceDomainsImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/TopLevelModifiableResourcesImpl<Lcom/microsoft/azure/management/appservice/AppServiceDomain;Lcom/microsoft/azure/management/appservice/implementation/AppServiceDomainImpl;Lcom/microsoft/azure/management/appservice/implementation/DomainInner;Lcom/microsoft/azure/management/appservice/implementation/DomainsInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/AppServiceDomains;
SourceFile: "AppServiceDomainsImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl$1
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceDomainsImpl$1
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")