public class AlbumPopularityInfo extends AlipayObject
| 构造器和说明 |
|---|
AlbumPopularityInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBuyCount() |
Long |
getCollectCount() |
Long |
getPlayCount() |
String |
getScore() |
Long |
getShareCount() |
void |
setBuyCount(Long buyCount) |
void |
setCollectCount(Long collectCount) |
void |
setPlayCount(Long playCount) |
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 getPlayCount()
public void setPlayCount(Long playCount)
public String getScore()
public void setScore(String score)
public Long getShareCount()
public void setShareCount(Long shareCount)
Copyright © 2023. All rights reserved.