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

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

public class SessionModel
extends java.lang.Object

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

作成者:
yasuhikonakashima

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

フィールドの詳細

id

public java.lang.String id
id


user

public UserModel user
user


game

public GameModel game
game

コンストラクタの詳細

SessionModel

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

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