public class ActivityStreamRestOut extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityStreamRestOut.Field
The enum fields as json keys
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ActivityStreamRestOut()
Default constructor for initializing default values.
|
ActivityStreamRestOut(org.exoplatform.social.core.activity.model.ActivityStream activityStream,
String portalContainerName)
Constructor to construct object from
ActivityStream instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaviconUrl()
Gets the favicon url of activity stream.
|
String |
getFullName()
Gets the full name.
|
String |
getPermaLink()
Gets the perma link.
|
String |
getPrettyId()
Gets the pretty id.
|
String |
getTitle()
Gets the activity stream title.
|
String |
getType()
Gets the activity stream type.
|
void |
setFaviconUrl(String faviconUrl)
Sets the favicon url.
|
void |
setFullName(String fullName)
Sets the full name.
|
void |
setPermaLink(String permalink)
Sets the perma link of activity stream.
|
void |
setPrettyId(String prettyId)
Sets the pretty id.
|
void |
setTitle(String title)
Sets the activity stream title.
|
void |
setType(String type)
Sets the activity stream type.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic ActivityStreamRestOut()
public ActivityStreamRestOut(org.exoplatform.social.core.activity.model.ActivityStream activityStream,
String portalContainerName)
ActivityStream instance.activityStream - the activity stream instance.public String getType()
public void setType(String type)
type - the typepublic String getPrettyId()
public void setPrettyId(String prettyId)
prettyId - the pretty idpublic String getFullName()
public void setFullName(String fullName)
prettyId - the full name.public String getTitle()
public void setTitle(String title)
title - the activity stream titlepublic String getPermaLink()
public void setPermaLink(String permalink)
permalink - the perma linkpublic String getFaviconUrl()
public void setFaviconUrl(String faviconUrl)
faviconUrl - the favicon urlCopyright © 2003–2014 eXo Platform SAS. All rights reserved.