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