public final class ManifestJob extends ManifestFileRef
Constructor and Description |
---|
ManifestJob(ManifestFile manifestFile,
String owner,
boolean runAsOwner,
String description)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description of the job at the time of the job submission.
|
String |
getOwner()
Gets the userId of the owner of the job.
|
int |
hashCode() |
boolean |
isRunAsOwner()
Gets whether the job runs as the owner or the user who submitted the file for execution.
|
String |
toString() |
getFile, getId, getLastModified, getName, getPath, getVersion, isRepositoryFile, isWorkspaceFile
public ManifestJob(ManifestFile manifestFile, String owner, boolean runAsOwner, String description)
manifestFile
- The file object that represents the job submitted.owner
- The userId of the owner of the job.runAsOwner
- Indicates whether the job ran as the owner or the user who submitted the file for execution.description
- The description of the job at the time of the job submission.public String getOwner()
public boolean isRunAsOwner()
public String getDescription()
public int hashCode()
hashCode
in class ManifestFileRef
public boolean equals(Object obj)
equals
in class ManifestFileRef
public String toString()
toString
in class ManifestFileRef
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>