public class ChannelDailySummary extends ChannelSummary
频道当天统计的播放数据对象
| 限定符和类型 | 字段和说明 |
|---|---|
protected Date |
createdTime
字段名:创建时间
变量名:createdTime
类型:Date
|
protected String |
currentDay
字段名:当天
变量名:currentDay
类型:String
|
protected Date |
lastModified
字段名:更新时间
变量名:lastModified
类型:Date
|
channelId, name, pcPlayDuration, userId| 构造器和说明 |
|---|
ChannelDailySummary() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getCreatedTime() |
String |
getCurrentDay() |
Date |
getLastModified() |
void |
setCreatedTime(Date createdTime) |
void |
setCurrentDay(String currentDay) |
void |
setLastModified(Date lastModified) |
String |
toString() |
getChannelId, getMobileFlowSize, getMobilePlayDuration, getMobileUniqueViewer, getMobileVideoView, getName, getPcFlowSize, getPcPlayDuration, getPcUniqueViewer, getPcVideoView, getUserId, setChannelId, setMobileFlowSize, setMobilePlayDuration, setMobileUniqueViewer, setMobileVideoView, setName, setPcFlowSize, setPcPlayDuration, setPcUniqueViewer, setPcVideoView, setUserIdprotected String currentDay
字段名:当天 变量名:currentDay 类型:String
protected Date createdTime
字段名:创建时间 变量名:createdTime 类型:Date
protected Date lastModified
字段名:更新时间 变量名:lastModified 类型:Date
public String getCurrentDay()
public void setCurrentDay(String currentDay)
public Date getCreatedTime()
public void setCreatedTime(Date createdTime)
public Date getLastModified()
public void setLastModified(Date lastModified)
public String toString()
toString 在类中 ChannelSummaryCopyright © 2019. All rights reserved.