public class JobSubmission extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JobSubmission.JobSubmissionType
The types of job submissions.
|
Constructor and Description |
---|
JobSubmission(String id,
JobSubmission.JobSubmissionType submissionType,
String jobId,
String jobPath,
String jobVersion,
String sessionId,
JobSubmissionStatus jobSubmissionStatus,
String submittedBy,
Date submitted,
Date completed,
String jobOwner,
String runAsUser)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getCompleted()
Gets the date on which the job was completed.
|
String |
getId()
Gets the identifier of the job submission.
|
String |
getJobId()
Gets the identifier of the job submitted.
|
String |
getJobOwner()
Gets the userid of the job owner.
|
String |
getJobPath()
Gets the job path to the job submission.
|
JobSubmissionStatus |
getJobSubmissionStatus()
Gets the job details and submission status for the job submission.
|
String |
getJobVersion()
Gets the job version of the job submission.
|
String |
getRunAsUser()
Gets the userid of the user the job was run as.
|
String |
getSessionId()
Gets the identifier of the session that was created for the job submission.
|
JobSubmission.JobSubmissionType |
getSubmissionType()
Gets the submission type of the job submission.
|
Date |
getSubmitted()
Gets the date on which the job was submitted.
|
String |
getSubmittedBy()
Gets the userId of the user who submitted the job.
|
int |
hashCode() |
String |
toString() |
public JobSubmission(String id, JobSubmission.JobSubmissionType submissionType, String jobId, String jobPath, String jobVersion, String sessionId, JobSubmissionStatus jobSubmissionStatus, String submittedBy, Date submitted, Date completed, String jobOwner, String runAsUser)
id
- The identifier for the job submission.submissionType
- The type of job submission.jobId
- The identifier of the job submitted.jobPath
- The path to the job submitted.jobVersion
- The version of the job to submit.sessionId
- The identifier of the session that is generated for the job submission.jobSubmissionStatus
- The job details and submission status for the job submission.submittedBy
- The identifier of the user who submitted the job.submitted
- The date on which the job was submitted.completed
- The date on which the job was completed.jobOwner
- The userid of the job owner.runAsUser
- The userid of the user that the job was run as.public String getId()
public String getJobId()
public String getJobPath()
public String getJobVersion()
public JobSubmission.JobSubmissionType getSubmissionType()
public String getSessionId()
public String getSubmittedBy()
public Date getSubmitted()
public Date getCompleted()
public JobSubmissionStatus getJobSubmissionStatus()
public String getJobOwner()
public String getRunAsUser()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>