Package com.mediumapi.domain.platform
Class MediumPlatformTag
java.lang.Object
com.mediumapi.domain.platform.MediumPlatformTag
MediumPlatformTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarticlesCount(Integer articlesCount) authorsCount(Integer authorsCount) Get articlesCountGet authorsCountGet followersGet latestArticlesCountGet latestAuthorsCountgetName()Get namegetTag()Get taglatestArticlesCount(Integer latestArticlesCount) latestAuthorsCount(Integer latestAuthorsCount) voidsetArticlesCount(Integer articlesCount) voidsetAuthorsCount(Integer authorsCount) voidsetFollowers(Integer followers) voidsetLatestArticlesCount(Integer latestArticlesCount) voidsetLatestAuthorsCount(Integer latestAuthorsCount) voidvoid
-
Constructor Details
-
MediumPlatformTag
public MediumPlatformTag()
-
-
Method Details
-
tag
-
getTag
Get tag- Returns:
- tag
-
setTag
-
name
-
getName
Get name- Returns:
- name
-
setName
-
followers
-
getFollowers
Get followers- Returns:
- followers
-
setFollowers
-
articlesCount
-
getArticlesCount
Get articlesCount- Returns:
- articlesCount
-
setArticlesCount
-
authorsCount
-
getAuthorsCount
Get authorsCount- Returns:
- authorsCount
-
setAuthorsCount
-
latestArticlesCount
-
getLatestArticlesCount
Get latestArticlesCount- Returns:
- latestArticlesCount
-
setLatestArticlesCount
-
latestAuthorsCount
-
getLatestAuthorsCount
Get latestAuthorsCount- Returns:
- latestAuthorsCount
-
setLatestAuthorsCount
-