yt4droid.parser
クラス UserProfileParser

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

public class UserProfileParser
extends java.lang.Object
implements UserProfile


メソッドの概要
static UserProfile createUserProfile(HttpResponse res, Configuration conf)
           
 java.lang.String getAge()
          Returns age of the account(user)
 java.lang.String getGender()
          Returns gender of the account(user)
 java.lang.String getId()
          Returns id of the account(user)
 java.lang.String getLocation()
          Returns location of the account(user)
 java.lang.String getName()
          Returns name of the account(user)
 java.util.Date getPublished()
          Returns published date of the account(user)
 StatisticsEntity getStatics()
          Returns statistics of the account(user)
 java.lang.String getThumbnail()
          Returns thumbnail url of the account(user)
 java.lang.String getTitle()
          Returns title of the account(user)
 java.util.Date getUpdated()
          Returns updated date of the account(user)
 java.lang.String getUri()
          Returns uri of the account(user)
 java.lang.String getUserName()
          Returns user name of the account(user)
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getId

public java.lang.String getId()
インタフェース UserProfile の記述:
Returns id of the account(user)

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

getPublished

public java.util.Date getPublished()
インタフェース UserProfile の記述:
Returns published date of the account(user)

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

getUpdated

public java.util.Date getUpdated()
インタフェース UserProfile の記述:
Returns updated date of the account(user)

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

getTitle

public java.lang.String getTitle()
インタフェース UserProfile の記述:
Returns title of the account(user)

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

getName

public java.lang.String getName()
インタフェース UserProfile の記述:
Returns name of the account(user)

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

getUri

public java.lang.String getUri()
インタフェース UserProfile の記述:
Returns uri of the account(user)

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

getAge

public java.lang.String getAge()
インタフェース UserProfile の記述:
Returns age of the account(user)

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

getGender

public java.lang.String getGender()
インタフェース UserProfile の記述:
Returns gender of the account(user)

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

getLocation

public java.lang.String getLocation()
インタフェース UserProfile の記述:
Returns location of the account(user)

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

getStatics

public StatisticsEntity getStatics()
インタフェース UserProfile の記述:
Returns statistics of the account(user)

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

getThumbnail

public java.lang.String getThumbnail()
インタフェース UserProfile の記述:
Returns thumbnail url of the account(user)

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

getUserName

public java.lang.String getUserName()
インタフェース UserProfile の記述:
Returns user name of the account(user)

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

createUserProfile

public static UserProfile createUserProfile(HttpResponse res,
                                            Configuration conf)