public class Job extends Object
String
name
result
state
Job()
Job(String name, String result, String state, int id, long scheduledDate)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@SerializedName("name") public String name
@SerializedName("result") public String result
@SerializedName("state") public String state
public Job(String name, String result, String state, int id, long scheduledDate)
public Job()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode