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.JobType
public String getJobType()
JobType
public CreateJobResult withJobType(String jobType)
jobType
- The new value for the JobType property for this object.JobType
public void setJobType(JobType jobType)
jobType
- The new value for the JobType property for this object.JobType
public CreateJobResult withJobType(JobType jobType)
jobType
- The new value for the JobType property for this object.JobType
public 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)
NOTE: This method appends the values to the existing list (if
any). Use setArtifactList(java.util.Collection)
or
withArtifactList(java.util.Collection)
if you want to override
the existing values.
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 Object
Object.toString()
public CreateJobResult clone()
Copyright © 2015. All rights reserved.