public class PutActionRevisionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a put action revision action.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
newRevision
The new revision number or ID for the revision after the action
completes.
|
private java.lang.String |
pipelineExecutionId
The ID of the current workflow state of the pipeline.
|
Constructor and Description |
---|
PutActionRevisionResult() |
Modifier and Type | Method and Description |
---|---|
PutActionRevisionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getNewRevision()
The new revision number or ID for the revision after the action
completes.
|
java.lang.String |
getPipelineExecutionId()
The ID of the current workflow state of the pipeline.
|
int |
hashCode() |
java.lang.Boolean |
isNewRevision()
The new revision number or ID for the revision after the action
completes.
|
void |
setNewRevision(java.lang.Boolean newRevision)
The new revision number or ID for the revision after the action
completes.
|
void |
setPipelineExecutionId(java.lang.String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutActionRevisionResult |
withNewRevision(java.lang.Boolean newRevision)
The new revision number or ID for the revision after the action
completes.
|
PutActionRevisionResult |
withPipelineExecutionId(java.lang.String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
|
private java.lang.Boolean newRevision
The new revision number or ID for the revision after the action completes.
private java.lang.String pipelineExecutionId
The ID of the current workflow state of the pipeline.
public void setNewRevision(java.lang.Boolean newRevision)
The new revision number or ID for the revision after the action completes.
newRevision
- The new revision number or ID for the revision after the action
completes.public java.lang.Boolean getNewRevision()
The new revision number or ID for the revision after the action completes.
public PutActionRevisionResult withNewRevision(java.lang.Boolean newRevision)
The new revision number or ID for the revision after the action completes.
newRevision
- The new revision number or ID for the revision after the action
completes.public java.lang.Boolean isNewRevision()
The new revision number or ID for the revision after the action completes.
public void setPipelineExecutionId(java.lang.String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId
- The ID of the current workflow state of the pipeline.public java.lang.String getPipelineExecutionId()
The ID of the current workflow state of the pipeline.
public PutActionRevisionResult withPipelineExecutionId(java.lang.String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId
- The ID of the current workflow state of the pipeline.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutActionRevisionResult clone()
clone
in class java.lang.Object