Package in.dragonbra.javasteam.types
Class JobID
- java.lang.Object
-
- in.dragonbra.javasteam.types.GlobalID
-
- in.dragonbra.javasteam.types.JobID
-
public class JobID extends GlobalID
Represents an identifier of a network task known as a job.
-
-
Method Summary
-
Methods inherited from class in.dragonbra.javasteam.types.GlobalID
equals, getBoxID, getProcessID, getSequentialCount, getStartTime, getValue, hashCode, setBoxID, setProcessID, setSequentialCount, setStartTime, setValue, toString
-
-
-
-
Field Detail
-
INVALID
public static final JobID INVALID
Represents an invalid JobID.
-
-