Class PeopleRestService.ConnectionInfoRestOut
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.exoplatform.social.service.rest.PeopleRestService.ConnectionInfoRestOut
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- Enclosing class:
- PeopleRestService
public static class PeopleRestService.ConnectionInfoRestOut extends HashMap<String,Object>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPeopleRestService.ConnectionInfoRestOut.Field-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ConnectionInfoRestOut()Default constructor, used by JAX-RS.ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity)ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.activity.model.ExoSocialActivity lastestActivity, String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityId()StringgetActivityTitle()StringgetAvatarUrl()StringgetDisplayName()StringgetPosition()StringgetPrettyPostedTime()StringgetProfileUrl()voidsetActivityId(String activityId)voidsetActivityTitle(String activityTitle)voidsetAvatarUrl(String avatarUrl)voidsetDisplayName(String displayName)voidsetPosition(String position)voidsetPrettyPostedTime(String postedTime)voidsetProfileUrl(String profileUrl)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ConnectionInfoRestOut
public ConnectionInfoRestOut()
Default constructor, used by JAX-RS.
-
ConnectionInfoRestOut
public ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity)
-
ConnectionInfoRestOut
public ConnectionInfoRestOut(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.activity.model.ExoSocialActivity lastestActivity, String lang)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
getAvatarUrl
public String getAvatarUrl()
-
setAvatarUrl
public void setAvatarUrl(String avatarUrl)
-
getProfileUrl
public String getProfileUrl()
-
setProfileUrl
public void setProfileUrl(String profileUrl)
-
getActivityTitle
public String getActivityTitle()
-
setActivityTitle
public void setActivityTitle(String activityTitle)
-
getPrettyPostedTime
public String getPrettyPostedTime()
-
setPrettyPostedTime
public void setPrettyPostedTime(String postedTime)
-
getPosition
public String getPosition()
-
setPosition
public void setPosition(String position)
-
getActivityId
public String getActivityId()
-
setActivityId
public void setActivityId(String activityId)
-
-