public class CreateJobResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResult |
clone() |
boolean |
equals(Object obj) |
List<Artifact> |
getArtifactList()
Returns the value of the ArtifactList property for this object.
|
String |
getJobId()
Returns the value of the JobId property for this object.
|
String |
getJobType()
Returns the value of the JobType property for this object.
|
String |
getSignature()
Returns the value of the Signature property for this object.
|
String |
getSignatureFileContents()
Returns the value of the SignatureFileContents property for this object.
|
String |
getWarningMessage()
Returns the value of the WarningMessage property for this object.
|
int |
hashCode() |
void |
setArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
void |
setJobId(String jobId)
Sets the value of the JobId property for this object.
|
void |
setJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
void |
setJobType(String jobType)
Sets the value of the JobType property for this object.
|
void |
setSignature(String signature)
Sets the value of the Signature property for this object.
|
void |
setSignatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
void |
setWarningMessage(String warningMessage)
Sets the value of the WarningMessage property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateJobResult |
withArtifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
CreateJobResult |
withArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
CreateJobResult |
withJobId(String jobId)
Sets the value of the JobId property for this object.
|
CreateJobResult |
withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
CreateJobResult |
withJobType(String jobType)
Sets the value of the JobType property for this object.
|
CreateJobResult |
withSignature(String signature)
Sets the value of the Signature property for this object.
|
CreateJobResult |
withSignatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
CreateJobResult |
withWarningMessage(String warningMessage)
Sets the value of the WarningMessage property for this object.
|
public void setJobId(String jobId)
jobId - The new value for the JobId property for this object.public String getJobId()
public CreateJobResult withJobId(String jobId)
jobId - The new value for the JobId property for this object.public void setJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String getJobType()
JobTypepublic CreateJobResult withJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic CreateJobResult withJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setSignature(String signature)
signature - The new value for the Signature property for this object.public String getSignature()
public CreateJobResult withSignature(String signature)
signature - The new value for the Signature property for this object.public void setSignatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this
object.public String getSignatureFileContents()
public CreateJobResult withSignatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this
object.public void setWarningMessage(String warningMessage)
warningMessage - The new value for the WarningMessage property for this object.public String getWarningMessage()
public CreateJobResult withWarningMessage(String warningMessage)
warningMessage - The new value for the WarningMessage property for this object.public List<Artifact> getArtifactList()
public void setArtifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.public CreateJobResult withArtifactList(Artifact... artifactList)
artifactList - The new value for the ArtifactList property for this object.public CreateJobResult withArtifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.public String toString()
toString in class ObjectObject.toString()public CreateJobResult clone()
Copyright © 2015. All rights reserved.