class com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.OutputDirectory> implements com.microsoft.azure.management.batchai.OutputDirectorySettings$Definition<com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
  private com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl parent;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(com.microsoft.azure.management.batchai.OutputDirectory, com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl);
    descriptor: (Lcom/microsoft/azure/management/batchai/OutputDirectory;Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
        start local 1 // com.microsoft.azure.management.batchai.OutputDirectory inner
        start local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl parent
         0: .line 20
            aload 0 /* this */
            aload 1 /* inner */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
         1: .line 21
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
         2: .line 22
            return
        end local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl parent
        end local 1 // com.microsoft.azure.management.batchai.OutputDirectory inner
        end local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;
            0    3     1   inner  Lcom/microsoft/azure/management/batchai/OutputDirectory;
            0    3     2  parent  Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    MethodParameters:
        Name  Flags
      inner   
      parent  

  public com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl withPathPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
        start local 1 // java.lang.String pathPrefix
         0: .line 26
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.OutputDirectory
            aload 1 /* pathPrefix */
            invokevirtual com.microsoft.azure.management.batchai.OutputDirectory.withPathPrefix:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/OutputDirectory;
            pop
         1: .line 27
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String pathPrefix
        end local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;
            0    2     1  pathPrefix  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      pathPrefix  

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

  public com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl attach();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
         0: .line 38
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.attachOutputDirectory:(Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;)V
         1: .line 39
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;

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

  public java.lang.Object attach();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.batchai.implementation.OutputDirectorySettingsImpl.attach:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.batchai.OutputDirectorySettings$DefinitionStages$WithAttach withPathSuffix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/OutputDirectorySettings$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.OutputDirectorySettingsImpl.withPathSuffix:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/OutputDirectorySettingsImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/OutputDirectory;>;Lcom/microsoft/azure/management/batchai/OutputDirectorySettings$Definition<Lcom/microsoft/azure/management/batchai/BatchAIJob$DefinitionStages$WithCreate;>;
SourceFile: "OutputDirectorySettingsImpl.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages of com.microsoft.azure.management.batchai.BatchAIJob
  public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages
  public abstract Definition = com.microsoft.azure.management.batchai.OutputDirectorySettings$Definition of com.microsoft.azure.management.batchai.OutputDirectorySettings
  public abstract DefinitionStages = com.microsoft.azure.management.batchai.OutputDirectorySettings$DefinitionStages of com.microsoft.azure.management.batchai.OutputDirectorySettings
  public abstract WithAttach = com.microsoft.azure.management.batchai.OutputDirectorySettings$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.OutputDirectorySettings$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()