com.google.gdata.data.youtube
Class YtStatistics

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

public class YtStatistics
extends AbstractExtension

A tag containing statistics about the entry it's in.


Constructor Summary
YtStatistics()
           
 
Method Summary
 long getFavoriteCount()
          Gets favorite count, 0 by default.
 long getViewCount()
          Gets view count, 0 by default.
 void setFavoriteCount(long favoriteCount)
          Sets favorite count.
 void setViewCount(long viewCount)
          Sets view count.
 
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

YtStatistics

public YtStatistics()
Method Detail

getViewCount

public long getViewCount()
Gets view count, 0 by default.


setViewCount

public void setViewCount(long viewCount)
Sets view count.


getFavoriteCount

public long getFavoriteCount()
Gets favorite count, 0 by default.


setFavoriteCount

public void setFavoriteCount(long favoriteCount)
Sets favorite count.