|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.youtube.YtStatistics
public class YtStatistics
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 |
---|
public YtStatistics()
Method Detail |
---|
public long getViewCount()
public void setViewCount(long viewCount)
public long getFavoriteCount()
public void setFavoriteCount(long favoriteCount)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |