public class com.microsoft.azure.management.batch.StartTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.batch.StartTask
  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")

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

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

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

  private java.lang.Integer maxTaskRetryCount;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "maxTaskRetryCount")

  private java.lang.Boolean waitForSuccess;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "waitForSuccess")

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

  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.StartTask this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/StartTask;

  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.batch.StartTask this
         0: .line 106
            aload 0 /* this */
            getfield com.microsoft.azure.management.batch.StartTask.commandLine:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batch/StartTask;

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

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

  public com.microsoft.azure.management.batch.StartTask withResourceFiles(java.util.List<com.microsoft.azure.management.batch.ResourceFile>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/StartTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.StartTask this
        start local 1 // java.util.List resourceFiles
         0: .line 136
            aload 0 /* this */
            aload 1 /* resourceFiles */
            putfield com.microsoft.azure.management.batch.StartTask.resourceFiles:Ljava/util/List;
         1: .line 137
            aload 0 /* this */
            areturn
        end local 1 // java.util.List resourceFiles
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/azure/management/batch/StartTask;
            0    2     1  resourceFiles  Ljava/util/List<Lcom/microsoft/azure/management/batch/ResourceFile;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/ResourceFile;>;)Lcom/microsoft/azure/management/batch/StartTask;
    MethodParameters:
               Name  Flags
      resourceFiles  

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

  public com.microsoft.azure.management.batch.StartTask withEnvironmentSettings(java.util.List<com.microsoft.azure.management.batch.EnvironmentSetting>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/batch/StartTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.StartTask this
        start local 1 // java.util.List environmentSettings
         0: .line 156
            aload 0 /* this */
            aload 1 /* environmentSettings */
            putfield com.microsoft.azure.management.batch.StartTask.environmentSettings:Ljava/util/List;
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // java.util.List environmentSettings
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/batch/StartTask;
            0    2     1  environmentSettings  Ljava/util/List<Lcom/microsoft/azure/management/batch/EnvironmentSetting;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/batch/EnvironmentSetting;>;)Lcom/microsoft/azure/management/batch/StartTask;
    MethodParameters:
                     Name  Flags
      environmentSettings  

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

  public com.microsoft.azure.management.batch.StartTask withUserIdentity(com.microsoft.azure.management.batch.UserIdentity);
    descriptor: (Lcom/microsoft/azure/management/batch/UserIdentity;)Lcom/microsoft/azure/management/batch/StartTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.StartTask this
        start local 1 // com.microsoft.azure.management.batch.UserIdentity userIdentity
         0: .line 176
            aload 0 /* this */
            aload 1 /* userIdentity */
            putfield com.microsoft.azure.management.batch.StartTask.userIdentity:Lcom/microsoft/azure/management/batch/UserIdentity;
         1: .line 177
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.batch.UserIdentity userIdentity
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/batch/StartTask;
            0    2     1  userIdentity  Lcom/microsoft/azure/management/batch/UserIdentity;
    MethodParameters:
              Name  Flags
      userIdentity  

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

  public com.microsoft.azure.management.batch.StartTask withMaxTaskRetryCount(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/batch/StartTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.StartTask this
        start local 1 // java.lang.Integer maxTaskRetryCount
         0: .line 196
            aload 0 /* this */
            aload 1 /* maxTaskRetryCount */
            putfield com.microsoft.azure.management.batch.StartTask.maxTaskRetryCount:Ljava/lang/Integer;
         1: .line 197
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer maxTaskRetryCount
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/batch/StartTask;
            0    2     1  maxTaskRetryCount  Ljava/lang/Integer;
    MethodParameters:
                   Name  Flags
      maxTaskRetryCount  

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

  public com.microsoft.azure.management.batch.StartTask withWaitForSuccess(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/batch/StartTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.batch.StartTask this
        start local 1 // java.lang.Boolean waitForSuccess
         0: .line 216
            aload 0 /* this */
            aload 1 /* waitForSuccess */
            putfield com.microsoft.azure.management.batch.StartTask.waitForSuccess:Ljava/lang/Boolean;
         1: .line 217
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Boolean waitForSuccess
        end local 0 // com.microsoft.azure.management.batch.StartTask this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/batch/StartTask;
            0    2     1  waitForSuccess  Ljava/lang/Boolean;
    MethodParameters:
                Name  Flags
      waitForSuccess  

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

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