class com.microsoft.azure.management.batchai.implementation.FileServerImpl<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.FileServerReference> implements com.microsoft.azure.management.batchai.FileServer, com.microsoft.azure.management.batchai.FileServer$Definition<ParentT>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.FileServerImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  private com.microsoft.azure.management.batchai.model.HasMountVolumes parent;
    descriptor: Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.azure.management.batchai.FileServerReference, com.microsoft.azure.management.batchai.model.HasMountVolumes);
    descriptor: (Lcom/microsoft/azure/management/batchai/FileServerReference;Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
        start local 1 // com.microsoft.azure.management.batchai.FileServerReference inner
        start local 2 // com.microsoft.azure.management.batchai.model.HasMountVolumes parent
         0: .line 26
            aload 0 /* this */
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 27
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.batchai.implementation.FileServerImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
         2: .line 28
            return
        end local 2 // com.microsoft.azure.management.batchai.model.HasMountVolumes parent
        end local 1 // com.microsoft.azure.management.batchai.FileServerReference inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
            0    3     1   inner  Lcom/microsoft/azure/management/batchai/FileServerReference;
            0    3     2  parent  Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public com.microsoft.azure.management.batchai.implementation.FileServerImpl withRelativeMountPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
        start local 1 // java.lang.String mountPath
         0: .line 32
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.FileServerReference
            aload 1 /* mountPath */
            invokevirtual com.microsoft.azure.management.batchai.FileServerReference.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServerReference;
            pop
         1: .line 33
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String mountPath
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
            0    2     1  mountPath  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      mountPath  

  public ParentT attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
         0: .line 38
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            aload 0 /* this */
            invokeinterface com.microsoft.azure.management.batchai.model.HasMountVolumes.attachFileServer:(Lcom/microsoft/azure/management/batchai/FileServer;)V
         1: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.FileServerImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
    Signature: ()TParentT;

  public com.microsoft.azure.management.batchai.implementation.FileServerImpl withMountOptions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
        start local 1 // java.lang.String mountOptions
         0: .line 44
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.FileServerReference
            aload 1 /* mountOptions */
            invokevirtual com.microsoft.azure.management.batchai.FileServerReference.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServerReference;
            pop
         1: .line 45
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String mountOptions
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
            0    2     1  mountOptions  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      mountOptions  

  public com.microsoft.azure.management.batchai.implementation.FileServerImpl withFileServerId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
        start local 1 // java.lang.String fileServerId
         0: .line 50
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.FileServerReference
            new com.microsoft.azure.management.batchai.ResourceId
            dup
            invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
            aload 1 /* fileServerId */
            invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
            invokevirtual com.microsoft.azure.management.batchai.FileServerReference.withFileServer:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/FileServerReference;
            pop
         1: .line 51
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String fileServerId
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
            0    2     1  fileServerId  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      fileServerId  

  public com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithAttach<ParentT> withSourceDirectory(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServer$DefinitionStages$WithAttach;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
        start local 1 // java.lang.String sourceDirectory
         0: .line 56
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.FileServerReference
            aload 1 /* sourceDirectory */
            invokevirtual com.microsoft.azure.management.batchai.FileServerReference.withSourceDirectory:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServerReference;
            pop
         1: .line 57
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String sourceDirectory
        end local 0 // com.microsoft.azure.management.batchai.implementation.FileServerImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl<TParentT;>;
            0    2     1  sourceDirectory  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServer$DefinitionStages$WithAttach<TParentT;>;
    MethodParameters:
                 Name  Flags
      sourceDirectory  

  public com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithAttach withRelativeMountPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServer$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.batchai.implementation.FileServerImpl.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithAttach withMountOptions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServer$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.batchai.implementation.FileServerImpl.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithRelativeMountPath withFileServerId(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServer$DefinitionStages$WithRelativeMountPath;
    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.batchai.implementation.FileServerImpl.withFileServerId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/FileServerImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <ParentT:Ljava/lang/Object;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/FileServerReference;>;Lcom/microsoft/azure/management/batchai/FileServer;Lcom/microsoft/azure/management/batchai/FileServer$Definition<TParentT;>;
SourceFile: "FileServerImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batchai.FileServer$Definition of com.microsoft.azure.management.batchai.FileServer
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.FileServer$DefinitionStages of com.microsoft.azure.management.batchai.FileServer
  public abstract WithAttach = com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.FileServer$DefinitionStages
  public abstract WithRelativeMountPath = com.microsoft.azure.management.batchai.FileServer$DefinitionStages$WithRelativeMountPath of com.microsoft.azure.management.batchai.FileServer$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()