|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectyt4droid.StatisticsEntityImpl
public class StatisticsEntityImpl
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public StatisticsEntityImpl(java.util.List<java.util.Map<java.lang.String,java.lang.String>> statisticsList)
throws YoutubeException
YoutubeException| メソッドの詳細 |
|---|
public java.util.Date getLastWebAccess()
StatisticsEntity 内の getLastWebAccesshttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic int getSubscriberCount()
StatisticsEntity 内の getSubscriberCounthttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic int getVideoWatchCount()
StatisticsEntity 内の getVideoWatchCounthttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic int getViewCount()
StatisticsEntity 内の getViewCounthttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic int getTotalUploadViews()
StatisticsEntity 内の getTotalUploadViewshttp://code.google.com/intl/en/apis/youtube/2.0/reference.html
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||