public class com.microsoft.azure.management.batch.TaskContainerSettings
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.TaskContainerSettings
  super_class: java.lang.Object
{
  private java.lang.String containerRunOptions;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "containerRunOptions")

  private java.lang.String imageName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "imageName", required = true)

  private com.microsoft.azure.management.batch.ContainerRegistry registry;
    descriptor: Lcom/microsoft/azure/management/batch/ContainerRegistry;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "registry")

  private com.microsoft.azure.management.batch.ContainerWorkingDirectory workingDirectory;
    descriptor: Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "workingDirectory")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;

  public java.lang.String containerRunOptions();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
         0: .line 56
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.TaskContainerSettings.containerRunOptions:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;

  public com.microsoft.azure.management.batch.TaskContainerSettings withContainerRunOptions(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/TaskContainerSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
        start local 1 // java.lang.String containerRunOptions
         0: .line 66
            aload 0 /* this */
            aload 1 /* containerRunOptions */
            putfield com.microsoft.azure.management.batch.TaskContainerSettings.containerRunOptions:Ljava/lang/String;
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String containerRunOptions
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;
            0    2     1  containerRunOptions  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      containerRunOptions  

  public java.lang.String imageName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.TaskContainerSettings.imageName:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;

  public com.microsoft.azure.management.batch.TaskContainerSettings withImageName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batch/TaskContainerSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
        start local 1 // java.lang.String imageName
         0: .line 86
            aload 0 /* this */
            aload 1 /* imageName */
            putfield com.microsoft.azure.management.batch.TaskContainerSettings.imageName:Ljava/lang/String;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String imageName
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;
            0    2     1  imageName  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      imageName  

  public com.microsoft.azure.management.batch.ContainerRegistry registry();
    descriptor: ()Lcom/microsoft/azure/management/batch/ContainerRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
         0: .line 96
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.TaskContainerSettings.registry:Lcom/microsoft/azure/management/batch/ContainerRegistry;
            areturn
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;

  public com.microsoft.azure.management.batch.TaskContainerSettings withRegistry(com.microsoft.azure.management.batch.ContainerRegistry);
    descriptor: (Lcom/microsoft/azure/management/batch/ContainerRegistry;)Lcom/microsoft/azure/management/batch/TaskContainerSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
        start local 1 // com.microsoft.azure.management.batch.ContainerRegistry registry
         0: .line 106
            aload 0 /* this */
            aload 1 /* registry */
            putfield com.microsoft.azure.management.batch.TaskContainerSettings.registry:Lcom/microsoft/azure/management/batch/ContainerRegistry;
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.ContainerRegistry registry
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;
            0    2     1  registry  Lcom/microsoft/azure/management/batch/ContainerRegistry;
    MethodParameters:
          Name  Flags
      registry  

  public com.microsoft.azure.management.batch.ContainerWorkingDirectory workingDirectory();
    descriptor: ()Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.TaskContainerSettings.workingDirectory:Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;
            areturn
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;

  public com.microsoft.azure.management.batch.TaskContainerSettings withWorkingDirectory(com.microsoft.azure.management.batch.ContainerWorkingDirectory);
    descriptor: (Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;)Lcom/microsoft/azure/management/batch/TaskContainerSettings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
        start local 1 // com.microsoft.azure.management.batch.ContainerWorkingDirectory workingDirectory
         0: .line 126
            aload 0 /* this */
            aload 1 /* workingDirectory */
            putfield com.microsoft.azure.management.batch.TaskContainerSettings.workingDirectory:Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;
         1: .line 127
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.ContainerWorkingDirectory workingDirectory
        end local 0 // com.microsoft.azure.management.batch.TaskContainerSettings this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/batch/TaskContainerSettings;
            0    2     1  workingDirectory  Lcom/microsoft/azure/management/batch/ContainerWorkingDirectory;
    MethodParameters:
                  Name  Flags
      workingDirectory  
}
SourceFile: "TaskContainerSettings.java"