@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2019-05-10T18:12:20.111-03:00[America/Sao_Paulo]") public class Job extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Job.ExitStatusEnum
The status describing the end of the execution.
|
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Job |
addAlgorithmsItem(Algorithm algorithmsItem) |
Job |
addStatusHistoryItem(StatusChangeHistory statusHistoryItem) |
Job |
addSubmissionMachinesItem(String submissionMachinesItem) |
Job |
algorithms(List<Algorithm> algorithms) |
Job |
automaticallyMachineSelection(Boolean automaticallyMachineSelection) |
Job |
cpuTime(Double cpuTime) |
Job |
description(String description) |
Job |
endTime(String endTime) |
boolean |
equals(Object o) |
Job |
executionMachine(String executionMachine) |
Job |
exitCode(Integer exitCode) |
Job |
exitStatus(Job.ExitStatusEnum exitStatus) |
Job |
flowId(String flowId) |
Job |
flowName(String flowName) |
Job |
flowVersion(String flowVersion) |
@Valid List<Algorithm> |
getAlgorithms()
Get algorithms
|
Boolean |
getAutomaticallyMachineSelection()
If the user select a machine for execution or not.
|
Double |
getCpuTime()
Get cpuTime
|
String |
getDescription()
The description provided by the user at submission.
|
String |
getEndTime()
The end time of the execution.
|
String |
getExecutionMachine()
The machine where the job executed (or was scheduled to execute).
|
Integer |
getExitCode()
The code returned by the job execution.
|
Job.ExitStatusEnum |
getExitStatus()
The status describing the end of the execution.
|
String |
getFlowId()
The flow id associated with the job (if jobType == FLOW).
|
String |
getFlowName()
The flow name associated with the job (if jobType == FLOW).
|
String |
getFlowVersion()
The flow version associated with the job (if jobType == FLOW).
|
String |
getGroupId()
The group Id of the job.
|
String |
getGuiltyNodeId()
The id of the algorithm of the flow that caused the job to finish earlier than expected.
|
String |
getJobId()
The job Id.
|
String |
getJobOwner()
The id of the user who submitted the job.
|
@Valid JobType |
getJobType()
Get jobType
|
String |
getLastModifiedTime()
The time of job last modification.
|
Boolean |
getMultipleExecution()
If the user requested a multiple execution.
|
Integer |
getNumberOfAttempts()
The number of times the job has already been scheduled for execution.
|
Integer |
getNumberOfProcesses()
The total number of job processes.
|
Integer |
getNumberOfProcessesByMachine()
The number of job processes by machine.
|
Integer |
getPriority()
The priority of the job.
|
String |
getProjectId()
The project Id associated with the job.
|
Double |
getRamMemory()
Get ramMemory
|
@Valid List<StatusChangeHistory> |
getStatusHistory()
Get statusHistory
|
List<String> |
getSubmissionMachines()
The selected machines for job execution.
|
String |
getSubmissionTime()
The submission time.
|
Integer |
getWallclockTime()
Get wallclockTime
|
Job |
groupId(String groupId) |
Job |
guiltyNodeId(String guiltyNodeId) |
int |
hashCode() |
Job |
jobId(String jobId) |
Job |
jobOwner(String jobOwner) |
Job |
jobType(JobType jobType) |
Job |
lastModifiedTime(String lastModifiedTime) |
Job |
multipleExecution(Boolean multipleExecution) |
Job |
numberOfAttempts(Integer numberOfAttempts) |
Job |
numberOfProcesses(Integer numberOfProcesses) |
Job |
numberOfProcessesByMachine(Integer numberOfProcessesByMachine) |
Job |
priority(Integer priority) |
Job |
projectId(String projectId) |
Job |
ramMemory(Double ramMemory) |
void |
setAlgorithms(List<Algorithm> algorithms) |
void |
setAutomaticallyMachineSelection(Boolean automaticallyMachineSelection) |
void |
setCpuTime(Double cpuTime) |
void |
setDescription(String description) |
void |
setEndTime(String endTime) |
void |
setExecutionMachine(String executionMachine) |
void |
setExitCode(Integer exitCode) |
void |
setExitStatus(Job.ExitStatusEnum exitStatus) |
void |
setFlowId(String flowId) |
void |
setFlowName(String flowName) |
void |
setFlowVersion(String flowVersion) |
void |
setGroupId(String groupId) |
void |
setGuiltyNodeId(String guiltyNodeId) |
void |
setJobId(String jobId) |
void |
setJobOwner(String jobOwner) |
void |
setJobType(JobType jobType) |
void |
setLastModifiedTime(String lastModifiedTime) |
void |
setMultipleExecution(Boolean multipleExecution) |
void |
setNumberOfAttempts(Integer numberOfAttempts) |
void |
setNumberOfProcesses(Integer numberOfProcesses) |
void |
setNumberOfProcessesByMachine(Integer numberOfProcessesByMachine) |
void |
setPriority(Integer priority) |
void |
setProjectId(String projectId) |
void |
setRamMemory(Double ramMemory) |
void |
setStatusHistory(List<StatusChangeHistory> statusHistory) |
void |
setSubmissionMachines(List<String> submissionMachines) |
void |
setSubmissionTime(String submissionTime) |
void |
setWallclockTime(Integer wallclockTime) |
Job |
statusHistory(List<StatusChangeHistory> statusHistory) |
Job |
submissionMachines(List<String> submissionMachines) |
Job |
submissionTime(String submissionTime) |
String |
toString() |
Job |
wallclockTime(Integer wallclockTime) |
public String getJobId()
public void setJobId(String jobId)
public String getGroupId()
public void setGroupId(String groupId)
public String getProjectId()
public void setProjectId(String projectId)
public String getJobOwner()
public void setJobOwner(String jobOwner)
public Job automaticallyMachineSelection(Boolean automaticallyMachineSelection)
public Boolean getAutomaticallyMachineSelection()
public void setAutomaticallyMachineSelection(Boolean automaticallyMachineSelection)
public List<String> getSubmissionMachines()
public Integer getNumberOfProcesses()
public void setNumberOfProcesses(Integer numberOfProcesses)
public Job numberOfProcessesByMachine(Integer numberOfProcessesByMachine)
public Integer getNumberOfProcessesByMachine()
public void setNumberOfProcessesByMachine(Integer numberOfProcessesByMachine)
public String getSubmissionTime()
public void setSubmissionTime(String submissionTime)
public String getDescription()
public void setDescription(String description)
public Integer getPriority()
public void setPriority(Integer priority)
public Boolean getMultipleExecution()
public void setMultipleExecution(Boolean multipleExecution)
@Valid public @Valid JobType getJobType()
public void setJobType(JobType jobType)
public Integer getNumberOfAttempts()
public void setNumberOfAttempts(Integer numberOfAttempts)
public String getExecutionMachine()
public void setExecutionMachine(String executionMachine)
public String getEndTime()
public void setEndTime(String endTime)
public Integer getExitCode()
public void setExitCode(Integer exitCode)
public String getGuiltyNodeId()
public void setGuiltyNodeId(String guiltyNodeId)
public Job exitStatus(Job.ExitStatusEnum exitStatus)
public Job.ExitStatusEnum getExitStatus()
public void setExitStatus(Job.ExitStatusEnum exitStatus)
public Double getCpuTime()
public void setCpuTime(Double cpuTime)
public Integer getWallclockTime()
public void setWallclockTime(Integer wallclockTime)
public Double getRamMemory()
public void setRamMemory(Double ramMemory)
public Job statusHistory(List<StatusChangeHistory> statusHistory)
public Job addStatusHistoryItem(StatusChangeHistory statusHistoryItem)
@Valid public @Valid List<StatusChangeHistory> getStatusHistory()
public void setStatusHistory(List<StatusChangeHistory> statusHistory)
@Valid public @Valid List<Algorithm> getAlgorithms()
public String getFlowId()
public void setFlowId(String flowId)
public String getFlowVersion()
public void setFlowVersion(String flowVersion)
public String getFlowName()
public void setFlowName(String flowName)
public String getLastModifiedTime()
public void setLastModifiedTime(String lastModifiedTime)
Copyright © 2019. All rights reserved.