public class PutActionRevisionResult extends Object implements Serializable, Cloneable
Represents the output of a put action revision action.
| Constructor and Description | 
|---|
| PutActionRevisionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| PutActionRevisionResult | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getNewRevision()
 The new revision number or ID for the revision after the action
 completes. | 
| String | getPipelineExecutionId()
 The ID of the current workflow state of the pipeline. | 
| int | hashCode() | 
| Boolean | isNewRevision()
 The new revision number or ID for the revision after the action
 completes. | 
| void | setNewRevision(Boolean newRevision)
 The new revision number or ID for the revision after the action
 completes. | 
| void | setPipelineExecutionId(String pipelineExecutionId)
 The ID of the current workflow state of the pipeline. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| PutActionRevisionResult | withNewRevision(Boolean newRevision)
 The new revision number or ID for the revision after the action
 completes. | 
| PutActionRevisionResult | withPipelineExecutionId(String pipelineExecutionId)
 The ID of the current workflow state of the pipeline. | 
public void setNewRevision(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 Boolean getNewRevision()
The new revision number or ID for the revision after the action completes.
public PutActionRevisionResult withNewRevision(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 Boolean isNewRevision()
The new revision number or ID for the revision after the action completes.
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId - The ID of the current workflow state of the pipeline.public String getPipelineExecutionId()
The ID of the current workflow state of the pipeline.
public PutActionRevisionResult withPipelineExecutionId(String pipelineExecutionId)
The ID of the current workflow state of the pipeline.
pipelineExecutionId - The ID of the current workflow state of the pipeline.public String toString()
toString in class ObjectObject.toString()public PutActionRevisionResult clone()
Copyright © 2017. All rights reserved.