public class ActivitySearchResultEntity extends BaseEntity
| Constructor and Description |
|---|
ActivitySearchResultEntity() |
ActivitySearchResultEntity(org.exoplatform.social.core.activity.model.ActivitySearchResult activitySearchResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
ActivitySearchResultEntity |
getComment() |
long |
getCommentsCount() |
List<String> |
getExcerpts() |
long |
getLastUpdatedTime() |
long |
getLikesCount() |
long |
getPostedTime() |
IdentityEntity |
getPoster() |
IdentityEntity |
getStreamOwner() |
String |
getType() |
void |
setBody(String body) |
void |
setComment(ActivitySearchResultEntity comment) |
void |
setCommentsCount(long commentsCount) |
void |
setExcerpts(List<String> excerpts) |
void |
setLastUpdatedTime(long lastUpdatedTime) |
void |
setLikesCount(long likesCount) |
void |
setPostedTime(long postedTime) |
void |
setPoster(IdentityEntity poster) |
void |
setStreamOwner(IdentityEntity streamOwner) |
void |
setType(String type) |
getDataEntity, getHref, getId, getProperty, getString, setDataEntity, setHref, setId, setProperty, toJSONObject, toStringpublic ActivitySearchResultEntity()
public ActivitySearchResultEntity(org.exoplatform.social.core.activity.model.ActivitySearchResult activitySearchResult)
public IdentityEntity getStreamOwner()
public void setStreamOwner(IdentityEntity streamOwner)
public IdentityEntity getPoster()
public void setPoster(IdentityEntity poster)
public String getType()
public void setType(String type)
public String getBody()
public void setBody(String body)
public long getPostedTime()
public void setPostedTime(long postedTime)
public long getLastUpdatedTime()
getLastUpdatedTime in class BaseEntitypublic void setLastUpdatedTime(long lastUpdatedTime)
setLastUpdatedTime in class BaseEntitypublic ActivitySearchResultEntity getComment()
public void setComment(ActivitySearchResultEntity comment)
public long getLikesCount()
public void setLikesCount(long likesCount)
public long getCommentsCount()
public void setCommentsCount(long commentsCount)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.