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

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

public class GradeStatusModel
extends java.lang.Object

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

作成者:
yasuhikonakashima

フィールドの概要
 GradeModel grade
          grade
 int grade_point
          grade_point
 
コンストラクタの概要
GradeStatusModel(JSONObject json)
          コンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

grade_point

public int grade_point
grade_point


grade

public GradeModel grade
grade

コンストラクタの詳細

GradeStatusModel

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

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