Class GetCommitRequest

    • Constructor Detail

      • GetCommitRequest

        public GetCommitRequest()
    • Method Detail

      • setRepositoryName

        public void setRepositoryName​(String repositoryName)

        The name of the repository to which the commit was made.

        Parameters:
        repositoryName - The name of the repository to which the commit was made.
      • getRepositoryName

        public String getRepositoryName()

        The name of the repository to which the commit was made.

        Returns:
        The name of the repository to which the commit was made.
      • withRepositoryName

        public GetCommitRequest withRepositoryName​(String repositoryName)

        The name of the repository to which the commit was made.

        Parameters:
        repositoryName - The name of the repository to which the commit was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCommitId

        public void setCommitId​(String commitId)

        The commit ID.

        Parameters:
        commitId - The commit ID.
      • getCommitId

        public String getCommitId()

        The commit ID.

        Returns:
        The commit ID.
      • withCommitId

        public GetCommitRequest withCommitId​(String commitId)

        The commit ID.

        Parameters:
        commitId - The commit ID.
        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