| Modifier and Type | Method and Description |
|---|---|
String |
getCompletionDate()
The date and time the job was completed
|
String |
getExecutionDate()
The date and time the job was executed
|
String |
getExitCode()
Completion code for this job, if completed
|
String |
getJobId()
The ID of this job
|
String |
getJobName()
Command being executed
|
String |
getJobState()
The current state of the command's execution
|
String |
getMessage()
The message, if any, from the command
|
String |
getUser()
The user who executed the command
|
void |
setCompletionDate(String completionDate) |
void |
setExecutionDate(String executionDate) |
void |
setExitCode(String exitCode) |
void |
setJobId(String jobid) |
void |
setJobName(String jobName) |
void |
setJobState(String state) |
void |
setMessage(String message) |
void |
setUser(String user) |
allFieldsSet, isSet, isTrimmed, trimmedString getJobId()
void setJobId(String jobid)
String getJobName()
void setJobName(String jobName)
String getExecutionDate()
void setExecutionDate(String executionDate)
String getCompletionDate()
void setCompletionDate(String completionDate)
String getMessage()
void setMessage(String message)
String getExitCode()
void setExitCode(String exitCode)
String getUser()
void setUser(String user)
String getJobState()
void setJobState(String state)
Copyright © 2019. All rights reserved.