public class JobPropertiesExecutionInfo extends Object
Constructor and Description |
---|
JobPropertiesExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
endTime()
Get the time at which the job completed.
|
List<BatchAIError> |
errors()
Get a collection of errors encountered by the service during job execution.
|
Integer |
exitCode()
Get the exit code of the job.
|
org.joda.time.DateTime |
startTime()
Get the time at which the job started running.
|
public org.joda.time.DateTime startTime()
public org.joda.time.DateTime endTime()
public Integer exitCode()
public List<BatchAIError> errors()
Copyright © 2019. All rights reserved.