public class UpdateJobResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateJobResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobResult |
clone() |
boolean |
equals(Object obj) |
List<Artifact> |
getArtifactList()
Returns the value of the ArtifactList property for this object.
|
Boolean |
getSuccess()
Returns the value of the Success property for this object.
|
String |
getWarningMessage()
Returns the value of the WarningMessage property for this object.
|
int |
hashCode() |
Boolean |
isSuccess()
Returns the value of the Success property for this object.
|
void |
setArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
void |
setSuccess(Boolean success)
Sets the value of the Success 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.
|
UpdateJobResult |
withArtifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
UpdateJobResult |
withArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
UpdateJobResult |
withSuccess(Boolean success)
Sets the value of the Success property for this object.
|
UpdateJobResult |
withWarningMessage(String warningMessage)
Sets the value of the WarningMessage property for this object.
|
public void setSuccess(Boolean success)
success - The new value for the Success property for this object.public Boolean getSuccess()
public UpdateJobResult withSuccess(Boolean success)
success - The new value for the Success property for this object.public Boolean isSuccess()
public void setWarningMessage(String warningMessage)
warningMessage - The new value for the WarningMessage property for this object.public String getWarningMessage()
public UpdateJobResult 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 UpdateJobResult withArtifactList(Artifact... artifactList)
artifactList - The new value for the ArtifactList property for this object.public UpdateJobResult withArtifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.public String toString()
toString in class ObjectObject.toString()public UpdateJobResult clone()
Copyright © 2015. All rights reserved.