public class JobResource
extends Object
implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
JobResource.StateEnum
State of the job
|
| Constructor and Description |
|---|
JobResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Unique identifier of the job
|
JobResource.StateEnum |
getState()
State of the job
|
int |
hashCode() |
void |
setState(JobResource.StateEnum state) |
JobResource |
state(JobResource.StateEnum state) |
String |
toString() |
public String getId()
public JobResource state(JobResource.StateEnum state)
public JobResource.StateEnum getState()
public void setState(JobResource.StateEnum state)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object