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 com.google.gdata.data.AbstractExtension |
eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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)
putAttributes
protected void putAttributes(AttributeGenerator generator)
- Description copied from class:
AbstractExtension
- Puts attributes into the attribute generator. Called from
AbstractExtension.generate(XmlWriter,ExtensionProfile)
. Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
- Overrides:
putAttributes
in class AbstractExtension
- Parameters:
generator
- attribute generator
consumeAttributes
protected void consumeAttributes(AttributeHelper helper)
throws ParseException
- Description copied from class:
AbstractExtension
- Consumes attributes from the attribute helper. May also use
AttributeHelper.consumeContent(boolean)
to consume the element's text
content. Called from AbstractExtension.getHandler(com.google.gdata.data.ExtensionProfile, java.lang.String, java.lang.String, org.xml.sax.Attributes)
. Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
- Overrides:
consumeAttributes
in class AbstractExtension
- Parameters:
helper
- attribute helper
- Throws:
ParseException
- any parsing exception