|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.pankia.api.networklmpl.http.models.UserModel
public class UserModel
UserModel サーバレスポンス(JSON)のパースクラス
| フィールドの概要 | |
|---|---|
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
|
java.lang.String |
username
username |
| コンストラクタの概要 | |
|---|---|
UserModel(JSONObject json)
コンストラクタ |
|
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public int id
public java.lang.String username
public java.lang.String fullname
public java.lang.String country
public java.lang.String icon_url
public InstallModel install
public TwitterModel twitter
public boolean is_guest
public boolean is_secured
public boolean is_following
public java.util.List<RelationshipModel> relationships
public java.util.List<InstallModel> installs
| コンストラクタの詳細 |
|---|
public UserModel(JSONObject json)
throws JSONException
json -
JSONException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||