Class ActivitySearchResultEntity

    • Constructor Detail

      • ActivitySearchResultEntity

        public ActivitySearchResultEntity()
      • ActivitySearchResultEntity

        public ActivitySearchResultEntity​(org.exoplatform.social.core.activity.model.ActivitySearchResult activitySearchResult)
    • Method Detail

      • setStreamOwner

        public void setStreamOwner​(IdentityEntity streamOwner)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • setExcerpts

        public void setExcerpts​(List<String> excerpts)
      • getPostedTime

        public long getPostedTime()
      • setPostedTime

        public void setPostedTime​(long postedTime)
      • getLikesCount

        public long getLikesCount()
      • setLikesCount

        public void setLikesCount​(long likesCount)
      • getCommentsCount

        public long getCommentsCount()
      • setCommentsCount

        public void setCommentsCount​(long commentsCount)