public class CountInfo extends AlipayObject
Constructor and Description |
---|
CountInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getContentId()
Gets content id.
|
Long |
getSupportCount()
Gets support count.
|
Long |
getTotalPageViewCount()
Gets total page view count.
|
void |
setContentId(String contentId)
Sets content id.
|
void |
setSupportCount(Long supportCount)
Sets support count.
|
void |
setTotalPageViewCount(Long totalPageViewCount)
Sets total page view count.
|
public String getContentId()
public void setContentId(String contentId)
contentId
- the content idpublic Long getSupportCount()
public void setSupportCount(Long supportCount)
supportCount
- the support countpublic Long getTotalPageViewCount()
public void setTotalPageViewCount(Long totalPageViewCount)
totalPageViewCount
- the total page view countCopyright © 2018. All rights reserved.