public class BookPopularityInfo extends AlipayObject
| 构造器和说明 |
|---|
BookPopularityInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBuyCount() |
Long |
getCollectCount() |
Long |
getReadCount() |
String |
getScore() |
Long |
getShareCount() |
void |
setBuyCount(Long buyCount) |
void |
setCollectCount(Long collectCount) |
void |
setReadCount(Long readCount) |
void |
setScore(String score) |
void |
setShareCount(Long shareCount) |
public Long getBuyCount()
public void setBuyCount(Long buyCount)
public Long getCollectCount()
public void setCollectCount(Long collectCount)
public Long getReadCount()
public void setReadCount(Long readCount)
public String getScore()
public void setScore(String score)
public Long getShareCount()
public void setShareCount(Long shareCount)
Copyright © 2023. All rights reserved.