public class PlayTimeDataByStream extends Object
| Constructor and Description |
|---|
PlayTimeDataByStream() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getPlayTime() |
List<PlayTimeDataByRegion> |
getRegions() |
String |
getStreamUrl() |
Long |
getTotalPlayTime() |
Long |
getTotalSv() |
void |
setPlayTime(Long playTime) |
void |
setRegions(List<PlayTimeDataByRegion> regions) |
void |
setStreamUrl(String streamUrl) |
void |
setTotalPlayTime(Long totalPlayTime) |
void |
setTotalSv(Long totalSv) |
public String getStreamUrl()
public void setStreamUrl(String streamUrl)
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<PlayTimeDataByRegion> getRegions()
public void setRegions(List<PlayTimeDataByRegion> regions)
Copyright © 2023. All rights reserved.