public static class PKGameHostRankContent.Info
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<PKGameHostRankContent.Info> |
CREATOR |
int |
mark |
int |
rate |
java.lang.String |
uid |
java.lang.String |
url |
限定符 | 构造器和说明 |
---|---|
protected |
Info(android.os.Parcel in) |
|
Info(java.lang.String uid,
int rate,
int mark,
java.lang.String url) |
限定符和类型 | 方法和说明 |
---|---|
org.json.JSONObject |
convertJson() |
int |
describeContents() |
static PKGameHostRankContent.Info |
fromJson(org.json.JSONObject jsonObj) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public java.lang.String uid
public int rate
public int mark
public java.lang.String url
public static final android.os.Parcelable.Creator<PKGameHostRankContent.Info> CREATOR
protected Info(android.os.Parcel in)
public Info(java.lang.String uid, int rate, int mark, java.lang.String url)
public org.json.JSONObject convertJson() throws org.json.JSONException
org.json.JSONException
public static PKGameHostRankContent.Info fromJson(org.json.JSONObject jsonObj) throws org.json.JSONException
org.json.JSONException
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable