public class WorldCountryBean
extends java.lang.Object
构造器和说明 |
---|
WorldCountryBean() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ContinentBean> |
getCountrys_list() |
CountryBean |
getCurrent_country() |
java.util.ArrayList<CountryBean> |
getRecommendCountryList() |
static WorldCountryBean |
parseJson(org.json.JSONObject jsonObject) |
void |
setCountry_list(java.util.List<ContinentBean> country_list) |
void |
setCurrent_country(CountryBean current_country) |
void |
setRecommendCountryList(java.util.ArrayList<CountryBean> recommendCountryList) |
public CountryBean getCurrent_country()
public void setCurrent_country(CountryBean current_country)
public java.util.List<ContinentBean> getCountrys_list()
public void setCountry_list(java.util.List<ContinentBean> country_list)
public java.util.ArrayList<CountryBean> getRecommendCountryList()
public void setRecommendCountryList(java.util.ArrayList<CountryBean> recommendCountryList)
public static WorldCountryBean parseJson(org.json.JSONObject jsonObject)