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()
           
 String getText()
           
 Date getUpdatedAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAuthorLogin

public String getAuthorLogin()
Returns:
the authorLogin

getUpdatedAt

public Date getUpdatedAt()
Returns:
the updatedAt

getText

public String getText()
Returns:
the text


Copyright © 2009-2011 SonarSource. All Rights Reserved.