com.googlecode.googleplus.model.comment
Class Comment
java.lang.Object
com.googlecode.googleplus.model.comment.Comment
public class Comment
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Comment
public Comment()
getKind
public String getKind()
setKind
public void setKind(String kind)
getUpdated
public org.joda.time.DateTime getUpdated()
setUpdated
public void setUpdated(org.joda.time.DateTime updated)
getObject
public CommentObject getObject()
setObject
public void setObject(CommentObject object)
getActor
public ActivityActor getActor()
setActor
public void setActor(ActivityActor actor)
getId
public String getId()
setId
public void setId(String id)
getVerb
public String getVerb()
setVerb
public void setVerb(String verb)
getInReplyTo
public List<InReplyTo> getInReplyTo()
setInReplyTo
public void setInReplyTo(List<InReplyTo> inReplyTo)
getSelfLink
public String getSelfLink()
setSelfLink
public void setSelfLink(String selfLink)
getPublished
public org.joda.time.DateTime getPublished()
setPublished
public void setPublished(org.joda.time.DateTime published)
Copyright © 2014. All Rights Reserved.