public class GetCommitResult extends Object implements Serializable, Cloneable
Represents the output of a get commit operation.
| Constructor and Description |
|---|
GetCommitResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCommitResult |
clone() |
boolean |
equals(Object obj) |
Commit |
getCommit()
Information about the specified commit.
|
int |
hashCode() |
void |
setCommit(Commit commit)
Information about the specified commit.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetCommitResult |
withCommit(Commit commit)
Information about the specified commit.
|
public void setCommit(Commit commit)
Information about the specified commit.
commit - Information about the specified commit.public Commit getCommit()
Information about the specified commit.
public GetCommitResult withCommit(Commit commit)
Information about the specified commit.
commit - Information about the specified commit.public String toString()
toString in class ObjectObject.toString()public GetCommitResult clone()
Copyright © 2016. All rights reserved.