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