yt4droid
クラス StatisticsEntityImpl

java.lang.Object
  上位を拡張 yt4droid.StatisticsEntityImpl
すべての実装されたインタフェース:
StatisticsEntity

public class StatisticsEntityImpl
extends java.lang.Object
implements StatisticsEntity


コンストラクタの概要
StatisticsEntityImpl(java.util.List<java.util.Map<java.lang.String,java.lang.String>> statisticsList)
           
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StatisticsEntityImpl

public StatisticsEntityImpl(java.util.List<java.util.Map<java.lang.String,java.lang.String>> statisticsList)
                     throws YoutubeException
例外:
YoutubeException
メソッドの詳細

getLastWebAccess

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

定義:
インタフェース StatisticsEntity 内の getLastWebAccess
戻り値:
The value date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getSubscriberCount

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

定義:
インタフェース StatisticsEntity 内の getSubscriberCount
戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getVideoWatchCount

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

定義:
インタフェース StatisticsEntity 内の getVideoWatchCount
戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getViewCount

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

定義:
インタフェース StatisticsEntity 内の getViewCount
戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

getTotalUploadViews

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

定義:
インタフェース StatisticsEntity 内の getTotalUploadViews
戻り値:
The value integer
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html