com.google.gdata.data.youtube
Class YtUserProfileStatistics
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.youtube.YtUserProfileStatistics
- All Implemented Interfaces:
- Extension
public class YtUserProfileStatistics
- extends AbstractExtension
A tag containing statistics about the user
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YtUserProfileStatistics
public YtUserProfileStatistics()
getViewCount
public long getViewCount()
- Returns how many times this channel/profile has been viewed.
- Returns:
- number of views
setViewCount
public void setViewCount(long viewCount)
getVideoWatchCount
public long getVideoWatchCount()
setVideoWatchCount
public void setVideoWatchCount(long vwc)
getSubscriberCount
public long getSubscriberCount()
setSubscriberCount
public void setSubscriberCount(long sc)
getLastWebAccess
public DateTime getLastWebAccess()
setLastWebAccess
public void setLastWebAccess(DateTime lastWebAccess)
getTotalUploadViews
public long getTotalUploadViews()
setTotalUploadViews
public void setTotalUploadViews(long totalUploadViews)