public class StashPullRequestComment extends Object implements Comparable<StashPullRequestComment>
| Constructor and Description |
|---|
StashPullRequestComment() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StashPullRequestComment target) |
Integer |
getCommentId() |
String |
getText() |
void |
setCommentId(Integer commentId) |
void |
setText(String text) |
public Integer getCommentId()
public void setCommentId(Integer commentId)
public String getText()
public void setText(String text)
public int compareTo(StashPullRequestComment target)
compareTo in interface Comparable<StashPullRequestComment>Copyright © 2004-2016. All Rights Reserved.