com.pankia.api.networklmpl.http.models
クラス UserModel

java.lang.Object
  上位を拡張 com.pankia.api.networklmpl.http.models.UserModel

public class UserModel
extends java.lang.Object

UserModel サーバレスポンス(JSON)のパースクラス

作成者:
yasuhikonakashima

フィールドの概要
 java.lang.String country
          country
 java.lang.String fullname
          fullname
 java.lang.String icon_url
          icon_url
 int id
          id
 InstallModel install
          install
 java.util.List<InstallModel> installs
          installs
 boolean is_following
          is_following
 boolean is_guest
          is_guest
 boolean is_secured
          is_secured
 java.util.List<RelationshipModel> relationships
          relationship
 TwitterModel twitter
          twitter
 java.lang.String username
          username
 
コンストラクタの概要
UserModel(JSONObject json)
          コンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

id

public int id
id


username

public java.lang.String username
username


fullname

public java.lang.String fullname
fullname


country

public java.lang.String country
country


icon_url

public java.lang.String icon_url
icon_url


install

public InstallModel install
install


twitter

public TwitterModel twitter
twitter


is_guest

public boolean is_guest
is_guest


is_secured

public boolean is_secured
is_secured


is_following

public boolean is_following
is_following


relationships

public java.util.List<RelationshipModel> relationships
relationship


installs

public java.util.List<InstallModel> installs
installs

コンストラクタの詳細

UserModel

public UserModel(JSONObject json)
          throws JSONException
コンストラクタ

パラメータ:
json -
例外:
JSONException