public final class JobInformation extends Object implements Serializable
Constructor and Description |
---|
JobInformation(GUID id,
String name,
String userId)
Create a new job information object
|
Modifier and Type | Method and Description |
---|---|
static JobInformation |
defaultJobInformation()
Create a job information object for a new job with default settings.
|
boolean |
equals(Object o) |
GUID |
getId()
Returns a unique identifier for the job
|
String |
getName()
Returns a display name for the job.
|
String |
getUserId()
Returns the user id of the user that submitted the job.
|
int |
hashCode() |
String |
toString() |
public static JobInformation defaultJobInformation()
public GUID getId()
public String getName()
public String getUserId()
Copyright © 2020 Actian Corporation. All rights reserved.