public class YtUserProfileStatistics extends AbstractExtension
AbstractExtension.AttributesHandlerlocalName, namespace| Constructor and Description |
|---|
YtUserProfileStatistics() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
consumeAttributes(AttributeHelper helper)
Consumes attributes from the attribute helper.
|
DateTime |
getLastWebAccess() |
long |
getSubscriberCount() |
long |
getTotalUploadViews() |
long |
getVideoWatchCount() |
long |
getViewCount()
Returns how many times this channel/profile has been viewed.
|
protected void |
putAttributes(AttributeGenerator generator)
Puts attributes into the attribute generator.
|
void |
setLastWebAccess(DateTime lastWebAccess) |
void |
setSubscriberCount(long sc) |
void |
setTotalUploadViews(long totalUploadViews) |
void |
setVideoWatchCount(long vwc) |
void |
setViewCount(long viewCount) |
disableStrictValidation, enableStrictValidation, eq, generate, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic long getViewCount()
public void setViewCount(long viewCount)
public long getVideoWatchCount()
public void setVideoWatchCount(long vwc)
public long getSubscriberCount()
public void setSubscriberCount(long sc)
public DateTime getLastWebAccess()
public void setLastWebAccess(DateTime lastWebAccess)
public long getTotalUploadViews()
public void setTotalUploadViews(long totalUploadViews)
protected void putAttributes(AttributeGenerator generator)
AbstractExtensionAbstractExtension.generate(XmlWriter,ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.putAttributes in class AbstractExtensiongenerator - attribute generatorprotected void consumeAttributes(AttributeHelper helper) throws ParseException
AbstractExtensionAttributeHelper.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.consumeAttributes in class AbstractExtensionhelper - attribute helperParseException - any parsing exception