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

  private java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariable> environmentVariables;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "environmentVariables")

  private java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue> secrets;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "secrets")

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

  private java.lang.String stdOutErrPathSuffix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "stdOutErrPathSuffix", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

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

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

  public com.microsoft.azure.management.batchai.SetupTask withCommandLine(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/SetupTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
        start local 1 // java.lang.String commandLine
         0: .line 81
            aload 0 /* this */
            aload 1 /* commandLine */
            putfield com.microsoft.azure.management.batchai.SetupTask.commandLine:Ljava/lang/String;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String commandLine
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/batchai/SetupTask;
            0    2     1  commandLine  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      commandLine  

  public java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariable> environmentVariables();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
         0: .line 91
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.SetupTask.environmentVariables:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/SetupTask;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;

  public com.microsoft.azure.management.batchai.SetupTask withEnvironmentVariables(java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariable>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/SetupTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
        start local 1 // java.util.List environmentVariables
         0: .line 101
            aload 0 /* this */
            aload 1 /* environmentVariables */
            putfield com.microsoft.azure.management.batchai.SetupTask.environmentVariables:Ljava/util/List;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.util.List environmentVariables
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/batchai/SetupTask;
            0    2     1  environmentVariables  Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariable;>;)Lcom/microsoft/azure/management/batchai/SetupTask;
    MethodParameters:
                      Name  Flags
      environmentVariables  

  public java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue> secrets();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
         0: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.SetupTask.secrets:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/SetupTask;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;

  public com.microsoft.azure.management.batchai.SetupTask withSecrets(java.util.List<com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batchai/SetupTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
        start local 1 // java.util.List secrets
         0: .line 121
            aload 0 /* this */
            aload 1 /* secrets */
            putfield com.microsoft.azure.management.batchai.SetupTask.secrets:Ljava/util/List;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // java.util.List secrets
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/batchai/SetupTask;
            0    2     1  secrets  Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batchai/EnvironmentVariableWithSecretValue;>;)Lcom/microsoft/azure/management/batchai/SetupTask;
    MethodParameters:
         Name  Flags
      secrets  

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

  public com.microsoft.azure.management.batchai.SetupTask withStdOutErrPathPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/SetupTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
        start local 1 // java.lang.String stdOutErrPathPrefix
         0: .line 141
            aload 0 /* this */
            aload 1 /* stdOutErrPathPrefix */
            putfield com.microsoft.azure.management.batchai.SetupTask.stdOutErrPathPrefix:Ljava/lang/String;
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String stdOutErrPathPrefix
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batchai/SetupTask;
            0    2     1  stdOutErrPathPrefix  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      stdOutErrPathPrefix  

  public java.lang.String stdOutErrPathSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.SetupTask this
         0: .line 151
            aload 0 /* this */
            getfield com.microsoft.azure.management.batchai.SetupTask.stdOutErrPathSuffix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batchai.SetupTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/SetupTask;
}
SourceFile: "SetupTask.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty