org.sonar.wsclient.services
Class Review.Comment

java.lang.Object
  extended by org.sonar.wsclient.services.Model
      extended by org.sonar.wsclient.services.Review.Comment
Enclosing class:
Review

public static final class Review.Comment
extends Model

Since:
2.8

Method Summary
 String getAuthorLogin()
           
 Long getId()
           
 String getText()
           
 Date getUpdatedAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public Long getId()
Returns:
id
Since:
2.9

getAuthorLogin

public String getAuthorLogin()
Returns:
user that created this comment

getUpdatedAt

public Date getUpdatedAt()
Returns:
date of last modification

getText

public String getText()
Returns:
text


Copyright © 2009-2012 SonarSource. All Rights Reserved.