class com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.batchai.BatchAIExperiment, com.microsoft.azure.management.batchai.implementation.ExperimentInner, com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl> implements com.microsoft.azure.management.batchai.BatchAIExperiment, com.microsoft.azure.management.batchai.BatchAIExperiment$Definition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
  private final com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace;
    descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.batchai.BatchAIJobs jobs;
    descriptor: Lcom/microsoft/azure/management/batchai/BatchAIJobs;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl, com.microsoft.azure.management.batchai.implementation.ExperimentInner);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/ExperimentInner;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
        start local 3 // com.microsoft.azure.management.batchai.implementation.ExperimentInner innerObject
         0: .line 30
            aload 0 /* this */
            aload 1 /* name */
            aload 3 /* innerObject */
            invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* workspace */
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
         2: .line 32
            aload 0 /* this */
            new com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIJobsImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;)V
            putfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.jobs:Lcom/microsoft/azure/management/batchai/BatchAIJobs;
         3: .line 33
            return
        end local 3 // com.microsoft.azure.management.batchai.implementation.ExperimentInner innerObject
        end local 2 // com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
            0    4     1         name  Ljava/lang/String;
            0    4     2    workspace  Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            0    4     3  innerObject  Lcom/microsoft/azure/management/batchai/implementation/ExperimentInner;
    MethodParameters:
             Name  Flags
      name         
      workspace    
      innerObject  

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 37
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.ExperimentInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public com.microsoft.azure.management.batchai.BatchAIJobs jobs();
    descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIJobs;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 42
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.jobs:Lcom/microsoft/azure/management/batchai/BatchAIJobs;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public org.joda.time.DateTime creationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 47
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.ExperimentInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentInner.creationTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public com.microsoft.azure.management.batchai.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/batchai/ProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.ExperimentInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentInner.provisioningState:()Lcom/microsoft/azure/management/batchai/ProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public org.joda.time.DateTime provisioningStateTransitionTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.ExperimentInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentInner.provisioningStateTransitionTime:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public com.microsoft.azure.management.batchai.BatchAIWorkspace workspace();
    descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 62
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public com.microsoft.azure.management.batchai.implementation.BatchAIManager manager();
    descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 67
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public boolean isInCreateMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 72
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.ExperimentInner
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentInner.id:()Ljava/lang/String;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;

  public rx.Observable<com.microsoft.azure.management.batchai.BatchAIExperiment> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 77
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.experiments:()Lcom/microsoft/azure/management/batchai/implementation/ExperimentsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentsInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 78
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 77
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIExperiment;>;

  protected rx.Observable<com.microsoft.azure.management.batchai.implementation.ExperimentInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.experiments:()Lcom/microsoft/azure/management/batchai/implementation/ExperimentsInner;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.batchai.implementation.ExperimentsInner.getAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.implementation.BatchAIExperimentImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/ExperimentInner;>;

  public java.lang.Object manager();
    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.BatchAIExperimentImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/batchai/BatchAIExperiment;Lcom/microsoft/azure/management/batchai/implementation/ExperimentInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIExperimentImpl;>;Lcom/microsoft/azure/management/batchai/BatchAIExperiment;Lcom/microsoft/azure/management/batchai/BatchAIExperiment$Definition;
SourceFile: "BatchAIExperimentImpl.java"
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.batchai.BatchAIExperiment$Definition of com.microsoft.azure.management.batchai.BatchAIExperiment
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()