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

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

public class RelationshipModel
extends java.lang.Object

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

作成者:
yasuhikonakashima

フィールドの概要
 UserModel from
          from
 int id
          id
 UserModel to
          to
 java.lang.String type
          type
 
コンストラクタの概要
RelationshipModel(JSONObject json)
          コンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

id

public int id
id


type

public java.lang.String type
type


from

public UserModel from
from


to

public UserModel to
to

コンストラクタの詳細

RelationshipModel

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

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