@Beta public final class DefaultComment extends Object implements Comment
| Modifier and Type | Method and Description |
|---|---|
String |
getMarkdownText() |
Long |
getUserId() |
DefaultComment |
setMarkdownText(String s) |
DefaultComment |
setUserId(Long l) |
String |
toString() |
public String getMarkdownText()
getMarkdownText in interface Commentpublic DefaultComment setMarkdownText(String s)
setMarkdownText in interface Commentpublic DefaultComment setUserId(Long l)
Copyright © 2009-2012 SonarSource. All Rights Reserved.