Package com.seeq.model
Class JobOutputV1
java.lang.Object
com.seeq.model.JobOutputV1
A list of jobs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The status (Queued, Running, Errored, Finished) of the job's last execution -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration
(Map<String, Object> _configuration) documentId
(String documentId) documentName
(String documentName) boolean
The configuration for the jobThe ID of the topic document, if supplied, that requested this jobThe name of the topic document, if supplied, which requested this jobThe amount of time, in nanoseconds, that the job took for its last executiongetGroup()
The group to which the job belongsgetId()
The id of the jobThe next time, as an ISO timestamp, the job is scheduled to run.The previous time, as an ISO timestamp, at which the job was run.A JSON representation of the result (if any) of the job's last executionThe status (Queued, Running, Errored, Finished) of the job's last executionA plain language status message with information about any issues that may have been encountered during an operation.The ID of the Topic, if supplied, that requested this jobThe name of the topic, if supplied, that requested this jobThe ID of the user that created this jobint
hashCode()
nextRunTime
(String nextRunTime) previousRunTime
(String previousRunTime) putConfigurationItem
(String key, Object _configurationItem) void
setConfiguration
(Map<String, Object> _configuration) void
setDocumentId
(String documentId) void
setDocumentName
(String documentName) void
setDuration
(Long duration) void
void
void
setNextRunTime
(String nextRunTime) void
setPreviousRunTime
(String previousRunTime) void
void
setStatus
(JobOutputV1.StatusEnum status) void
setStatusMessage
(String statusMessage) void
setTopicId
(String topicId) void
setTopicName
(String topicName) void
status
(JobOutputV1.StatusEnum status) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
JobOutputV1
public JobOutputV1()
-
-
Method Details
-
_configuration
-
putConfigurationItem
-
getConfiguration
The configuration for the job- Returns:
- _configuration
-
setConfiguration
-
documentId
-
getDocumentId
The ID of the topic document, if supplied, that requested this job- Returns:
- documentId
-
setDocumentId
-
documentName
-
getDocumentName
The name of the topic document, if supplied, which requested this job- Returns:
- documentName
-
setDocumentName
-
duration
-
getDuration
The amount of time, in nanoseconds, that the job took for its last execution- Returns:
- duration
-
setDuration
-
group
-
getGroup
The group to which the job belongs- Returns:
- group
-
setGroup
-
id
-
getId
The id of the job- Returns:
- id
-
setId
-
nextRunTime
-
getNextRunTime
The next time, as an ISO timestamp, the job is scheduled to run. Empty if it is not scheduled- Returns:
- nextRunTime
-
setNextRunTime
-
previousRunTime
-
getPreviousRunTime
The previous time, as an ISO timestamp, at which the job was run. Empty if it has not been run- Returns:
- previousRunTime
-
setPreviousRunTime
-
result
-
getResult
A JSON representation of the result (if any) of the job's last execution- Returns:
- result
-
setResult
-
status
-
getStatus
The status (Queued, Running, Errored, Finished) of the job's last execution- Returns:
- status
-
setStatus
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
topicId
-
getTopicId
The ID of the Topic, if supplied, that requested this job- Returns:
- topicId
-
setTopicId
-
topicName
-
getTopicName
The name of the topic, if supplied, that requested this job- Returns:
- topicName
-
setTopicName
-
userId
-
getUserId
The ID of the user that created this job- Returns:
- userId
-
setUserId
-
equals
-
hashCode
public int hashCode() -
toString
-