public class CommentRestOut extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentRestOut.Field |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CommentRestOut()
Default constructor
|
CommentRestOut(org.exoplatform.social.core.activity.model.ExoSocialActivity commentActivity,
String portalContainerName)
Construct Comments model ExoSocialActivity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedAt() |
String |
getId() |
Long |
getPostedTime() |
IdentityRestOut |
getPosterIdentity() |
String |
getText() |
void |
setCreatedAt(String createdAt) |
void |
setId(String id) |
void |
setPostedTime(Long postedTime) |
void |
setPosterIdentity(org.exoplatform.social.core.activity.model.ExoSocialActivity commentActivity,
String portalContainerName) |
void |
setPosterIdentity(IdentityRestOut posterIdentity) |
void |
setText(String text) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic CommentRestOut()
public CommentRestOut(org.exoplatform.social.core.activity.model.ExoSocialActivity commentActivity,
String portalContainerName)
commentActivity - public String getId()
public void setId(String id)
public IdentityRestOut getPosterIdentity()
public void setPosterIdentity(IdentityRestOut posterIdentity)
public void setPosterIdentity(org.exoplatform.social.core.activity.model.ExoSocialActivity commentActivity,
String portalContainerName)
public String getText()
public void setText(String text)
public Long getPostedTime()
public void setPostedTime(Long postedTime)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.