@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchJobExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A subset of the possible batch job attributes. Used in the batch job list.
Constructor and Description |
---|
BatchJobExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
BatchJobExecutionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application that hosts this batch job.
|
BatchJobIdentifier |
getBatchJobIdentifier()
The unique identifier of this batch job.
|
Date |
getEndTime()
The timestamp when this batch job execution ended.
|
String |
getExecutionId()
The unique identifier of this execution of the batch job.
|
String |
getJobId()
The unique identifier of a particular batch job.
|
String |
getJobName()
The name of a particular batch job.
|
String |
getJobType()
The type of a particular batch job execution.
|
String |
getReturnCode()
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
Date |
getStartTime()
The timestamp when a particular batch job execution started.
|
String |
getStatus()
The status of a particular batch job execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
|
void |
setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
void |
setEndTime(Date endTime)
The timestamp when this batch job execution ended.
|
void |
setExecutionId(String executionId)
The unique identifier of this execution of the batch job.
|
void |
setJobId(String jobId)
The unique identifier of a particular batch job.
|
void |
setJobName(String jobName)
The name of a particular batch job.
|
void |
setJobType(String jobType)
The type of a particular batch job execution.
|
void |
setReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
void |
setStartTime(Date startTime)
The timestamp when a particular batch job execution started.
|
void |
setStatus(String status)
The status of a particular batch job execution.
|
String |
toString()
Returns a string representation of this object.
|
BatchJobExecutionSummary |
withApplicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
|
BatchJobExecutionSummary |
withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
BatchJobExecutionSummary |
withEndTime(Date endTime)
The timestamp when this batch job execution ended.
|
BatchJobExecutionSummary |
withExecutionId(String executionId)
The unique identifier of this execution of the batch job.
|
BatchJobExecutionSummary |
withJobId(String jobId)
The unique identifier of a particular batch job.
|
BatchJobExecutionSummary |
withJobName(String jobName)
The name of a particular batch job.
|
BatchJobExecutionSummary |
withJobType(BatchJobType jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary |
withJobType(String jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary |
withReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
BatchJobExecutionSummary |
withStartTime(Date startTime)
The timestamp when a particular batch job execution started.
|
BatchJobExecutionSummary |
withStatus(BatchJobExecutionStatus status)
The status of a particular batch job execution.
|
BatchJobExecutionSummary |
withStatus(String status)
The status of a particular batch job execution.
|
public void setApplicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
applicationId
- The unique identifier of the application that hosts this batch job.public String getApplicationId()
The unique identifier of the application that hosts this batch job.
public BatchJobExecutionSummary withApplicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
applicationId
- The unique identifier of the application that hosts this batch job.public void setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier
- The unique identifier of this batch job.public BatchJobIdentifier getBatchJobIdentifier()
The unique identifier of this batch job.
public BatchJobExecutionSummary withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier
- The unique identifier of this batch job.public void setEndTime(Date endTime)
The timestamp when this batch job execution ended.
endTime
- The timestamp when this batch job execution ended.public Date getEndTime()
The timestamp when this batch job execution ended.
public BatchJobExecutionSummary withEndTime(Date endTime)
The timestamp when this batch job execution ended.
endTime
- The timestamp when this batch job execution ended.public void setExecutionId(String executionId)
The unique identifier of this execution of the batch job.
executionId
- The unique identifier of this execution of the batch job.public String getExecutionId()
The unique identifier of this execution of the batch job.
public BatchJobExecutionSummary withExecutionId(String executionId)
The unique identifier of this execution of the batch job.
executionId
- The unique identifier of this execution of the batch job.public void setJobId(String jobId)
The unique identifier of a particular batch job.
jobId
- The unique identifier of a particular batch job.public String getJobId()
The unique identifier of a particular batch job.
public BatchJobExecutionSummary withJobId(String jobId)
The unique identifier of a particular batch job.
jobId
- The unique identifier of a particular batch job.public void setJobName(String jobName)
The name of a particular batch job.
jobName
- The name of a particular batch job.public String getJobName()
The name of a particular batch job.
public BatchJobExecutionSummary withJobName(String jobName)
The name of a particular batch job.
jobName
- The name of a particular batch job.public void setJobType(String jobType)
The type of a particular batch job execution.
jobType
- The type of a particular batch job execution.BatchJobType
public String getJobType()
The type of a particular batch job execution.
BatchJobType
public BatchJobExecutionSummary withJobType(String jobType)
The type of a particular batch job execution.
jobType
- The type of a particular batch job execution.BatchJobType
public BatchJobExecutionSummary withJobType(BatchJobType jobType)
The type of a particular batch job execution.
jobType
- The type of a particular batch job execution.BatchJobType
public void setReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
returnCode
- The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information,
see Batch return codes
in the IBM WebSphere Application Server documentation.public String getReturnCode()
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
public BatchJobExecutionSummary withReturnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
returnCode
- The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information,
see Batch return codes
in the IBM WebSphere Application Server documentation.public void setStartTime(Date startTime)
The timestamp when a particular batch job execution started.
startTime
- The timestamp when a particular batch job execution started.public Date getStartTime()
The timestamp when a particular batch job execution started.
public BatchJobExecutionSummary withStartTime(Date startTime)
The timestamp when a particular batch job execution started.
startTime
- The timestamp when a particular batch job execution started.public void setStatus(String status)
The status of a particular batch job execution.
status
- The status of a particular batch job execution.BatchJobExecutionStatus
public String getStatus()
The status of a particular batch job execution.
BatchJobExecutionStatus
public BatchJobExecutionSummary withStatus(String status)
The status of a particular batch job execution.
status
- The status of a particular batch job execution.BatchJobExecutionStatus
public BatchJobExecutionSummary withStatus(BatchJobExecutionStatus status)
The status of a particular batch job execution.
status
- The status of a particular batch job execution.BatchJobExecutionStatus
public String toString()
toString
in class Object
Object.toString()
public BatchJobExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.