public class SimpleJobStatusBlock
extends java.lang.Object
| Constructor and Description |
|---|
SimpleJobStatusBlock(long jobId,
Status status,
java.lang.String filePath,
java.lang.String fileFailed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFilePath()
Get file path of the job.
|
java.lang.String |
getFilesPathFailed()
Get failed file path of the job.
|
long |
getJobId()
Get job id.
|
Status |
getStatus()
Get status of the job.
|
int |
hashCode() |
public SimpleJobStatusBlock(long jobId,
Status status,
java.lang.String filePath,
java.lang.String fileFailed)
jobId - status - filePath - fileFailed - public long getJobId()
public Status getStatus()
public java.lang.String getFilePath()
public java.lang.String getFilesPathFailed()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2022. All Rights Reserved.