public static class ServerPullrequest.Comment extends Object implements AbstractPullrequest.Comment
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractPullrequest.Comment target) |
boolean |
equals(Object o) |
String |
getContent() |
Integer |
getId() |
int |
hashCode() |
void |
setContent(String content) |
void |
setId(Integer id) |
public int compareTo(AbstractPullrequest.Comment target)
compareTo in interface Comparable<AbstractPullrequest.Comment>public void setId(Integer id)
public void setContent(String content)
public Integer getId()
getId in interface AbstractPullrequest.Commentpublic String getContent()
getContent in interface AbstractPullrequest.CommentCopyright © 2016–2019. All rights reserved.