yt4droid
クラス ThumbnailEntityImpl

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

public class ThumbnailEntityImpl
extends java.lang.Object
implements ThumbnailEntity


コンストラクタの概要
ThumbnailEntityImpl(JSONObject json)
           
 
メソッドの概要
 java.lang.String getHqDefault()
          URL for the high-quality (HQ) thumbnail image.
 java.lang.String getSqDefault()
          URL for the standard-quality (SQ) thumbnail image.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ThumbnailEntityImpl

public ThumbnailEntityImpl(JSONObject json)
                    throws JSONException
例外:
JSONException
メソッドの詳細

getSqDefault

public java.lang.String getSqDefault()
URL for the standard-quality (SQ) thumbnail image.

定義:
インタフェース ThumbnailEntity 内の getSqDefault
戻り値:
The value string

getHqDefault

public java.lang.String getHqDefault()
URL for the high-quality (HQ) thumbnail image.

定義:
インタフェース ThumbnailEntity 内の getHqDefault
戻り値:
The value string