public class Label
extends java.lang.Object
Constructor and Description |
---|
Label(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 label.
|
int |
getFollowersCount()
Number of followers of the label.
|
java.lang.String |
getName()
Unique identifier of the label.
|
java.lang.Double |
getPopularity()
Popularity, calculated based on comments and reactions.
|
boolean |
isFollower()
If current user follows a label.
|
java.lang.String |
toString() |
public Label(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.