yt4droid
インタフェース StatisticsEntity

既知の実装クラスの一覧:
StatisticsEntityImpl

public interface StatisticsEntity

The statistics about a video or a user

作成者:
Harioroid

メソッドの概要
 java.util.Date getLastWebAccess()
          The lastWebAccess attribute indicates the most recent time that a particular user used YouTube.
 int getSubscriberCount()
          The subscriberCount attribute specifies the number of YouTube users who have subscribed to a particular user's YouTube channel.
 int getTotalUploadViews()
          The totalUploadViews attribute specifies the total number of views for all of a channel's videos.
 int getVideoWatchCount()
          The videoWatchCount attribute specifies the number of videos that a user has watched on YouTube.
 int getViewCount()
          When the viewCount attribute refers to a video entry, the attribute specifies the number of times that the video has been viewed.
 

メソッドの詳細

getLastWebAccess

java.util.Date getLastWebAccess()
The lastWebAccess attribute indicates the most recent time that a particular user used YouTube.

戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getSubscriberCount

int getSubscriberCount()
The subscriberCount attribute specifies the number of YouTube users who have subscribed to a particular user's YouTube channel.

戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getVideoWatchCount

int getVideoWatchCount()
The videoWatchCount attribute specifies the number of videos that a user has watched on YouTube.

戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getViewCount

int getViewCount()
When the viewCount attribute refers to a video entry, the attribute specifies the number of times that the video has been viewed.

戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getTotalUploadViews

int getTotalUploadViews()
The totalUploadViews attribute specifies the total number of views for all of a channel's videos.

戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html