Class PutActionRevisionResult

    • Constructor Detail

      • PutActionRevisionResult

        public PutActionRevisionResult()
    • Method Detail

      • setNewRevision

        public void setNewRevision​(Boolean newRevision)

        The new revision number or ID for the revision after the action completes.

        Parameters:
        newRevision - The new revision number or ID for the revision after the action completes.
      • getNewRevision

        public Boolean getNewRevision()

        The new revision number or ID for the revision after the action completes.

        Returns:
        The new revision number or ID for the revision after the action completes.
      • withNewRevision

        public PutActionRevisionResult withNewRevision​(Boolean newRevision)

        The new revision number or ID for the revision after the action completes.

        Parameters:
        newRevision - The new revision number or ID for the revision after the action completes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isNewRevision

        public Boolean isNewRevision()

        The new revision number or ID for the revision after the action completes.

        Returns:
        The new revision number or ID for the revision after the action completes.
      • setPipelineExecutionId

        public void setPipelineExecutionId​(String pipelineExecutionId)

        The ID of the current workflow state of the pipeline.

        Parameters:
        pipelineExecutionId - The ID of the current workflow state of the pipeline.
      • getPipelineExecutionId

        public String getPipelineExecutionId()

        The ID of the current workflow state of the pipeline.

        Returns:
        The ID of the current workflow state of the pipeline.
      • withPipelineExecutionId

        public PutActionRevisionResult withPipelineExecutionId​(String pipelineExecutionId)

        The ID of the current workflow state of the pipeline.

        Parameters:
        pipelineExecutionId - The ID of the current workflow state of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object