public class Tag
extends java.lang.Object
Constructor and Description |
---|
Tag(java.lang.String name,
int followersCount,
int activitiesCount,
boolean isFollower,
double popularity) |
Modifier and Type | Method and Description |
---|---|
int |
getActivitiesCount()
Number of activities with the tag.
|
int |
getFollowersCount()
Number of followers of the tag.
|
java.lang.String |
getName()
Unique identifier of the tag.
|
java.lang.Double |
getPopularity()
Popularity, calculated based on comments and reactions.
|
boolean |
isFollower()
If current user follows a tag.
|
java.lang.String |
toString() |
public Tag(java.lang.String name, int followersCount, int activitiesCount, boolean isFollower, double popularity)
public java.lang.String getName()
public int getFollowersCount()
public int getActivitiesCount()
public boolean isFollower()
public java.lang.Double getPopularity()
public java.lang.String toString()
toString
in class java.lang.Object
(c) Copyright GetSocial BV, 2022. All Rights Reserved.