public static class Pullrequest.Comment extends Object implements Comparable<Pullrequest.Comment>
| Modifier and Type | Class and Description |
|---|---|
static class |
Pullrequest.Comment.Content |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Pullrequest.Comment target) |
boolean |
equals(Object o) |
Pullrequest.Comment.Content |
getContent() |
String |
getContentRaw() |
Integer |
getId() |
int |
hashCode() |
void |
setContent(Pullrequest.Comment.Content content) |
void |
setId(Integer id) |
public Comment()
public Comment(String rawContent)
public int compareTo(Pullrequest.Comment target)
compareTo in interface Comparable<Pullrequest.Comment>public Integer getId()
public void setId(Integer id)
public Pullrequest.Comment.Content getContent()
public String getContentRaw()
public void setContent(Pullrequest.Comment.Content content)
Copyright © 2016–2018. All rights reserved.