com.google.gdata.data.youtube
Class YtUserProfileStatistics

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.youtube.YtUserProfileStatistics
All Implemented Interfaces:
Extension

public class YtUserProfileStatistics
extends AbstractExtension

A tag containing statistics about the user


Constructor Summary
YtUserProfileStatistics()
           
 
Method Summary
 DateTime getLastWebAccess()
           
 long getSubscriberCount()
           
 long getTotalUploadViews()
           
 long getVideoWatchCount()
           
 long getViewCount()
          Returns how many times this channel/profile has been viewed.
 void setLastWebAccess(DateTime lastWebAccess)
           
 void setSubscriberCount(long sc)
           
 void setTotalUploadViews(long totalUploadViews)
           
 void setVideoWatchCount(long vwc)
           
 void setViewCount(long viewCount)
           
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YtUserProfileStatistics

public YtUserProfileStatistics()
Method Detail

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)