org.sonar.wsclient.issue.internal
Class DefaultIssueComment

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultIssueComment
All Implemented Interfaces:
IssueComment

public class DefaultIssueComment
extends Object
implements IssueComment

Since:
3.6

Method Summary
 Date createdAt()
           
 String htmlText()
           
 String key()
           
 String login()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

key

public String key()
Specified by:
key in interface IssueComment

htmlText

public String htmlText()
Specified by:
htmlText in interface IssueComment

login

public String login()
Specified by:
login in interface IssueComment

createdAt

public Date createdAt()
Specified by:
createdAt in interface IssueComment


Copyright © 2009-2014 SonarSource. All Rights Reserved.