public static final class JobIdsWithStatusOverview.JobIdWithStatus extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_JOB_ID |
static String |
FIELD_NAME_JOB_STATUS |
Constructor and Description |
---|
JobIdWithStatus(JobID jobId,
JobStatus jobStatus) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
JobID |
getJobId() |
JobStatus |
getJobStatus() |
int |
hashCode() |
public static final String FIELD_NAME_JOB_ID
public static final String FIELD_NAME_JOB_STATUS
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.