public class WatchLengthDataByDomain extends Object
| Constructor and Description |
|---|
WatchLengthDataByDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainId() |
Long |
getPlayTime() |
List<WatchLengthDataByRegion> |
getRegions() |
Long |
getTotalPlayTime() |
Long |
getTotalSv() |
void |
setDomainId(String domainId) |
void |
setPlayTime(Long playTime) |
void |
setRegions(List<WatchLengthDataByRegion> regions) |
void |
setTotalPlayTime(Long totalPlayTime) |
void |
setTotalSv(Long totalSv) |
public String getDomainId()
public void setDomainId(String domainId)
public Long getTotalSv()
public void setTotalSv(Long totalSv)
public Long getTotalPlayTime()
public void setTotalPlayTime(Long totalPlayTime)
public Long getPlayTime()
public void setPlayTime(Long playTime)
public List<WatchLengthDataByRegion> getRegions()
public void setRegions(List<WatchLengthDataByRegion> regions)
Copyright © 2023. All rights reserved.