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