public class CountryBean
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
CONSTANT_GLOBAL |
java.lang.String |
country_code
country_code : US
country_name : USA
|
java.lang.String |
country_name |
static android.os.Parcelable.Creator<CountryBean> |
CREATOR |
int |
inter_id |
int |
is_hot |
限定符 | 构造器和说明 |
---|---|
|
CountryBean() |
protected |
CountryBean(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCountry_code() |
java.lang.String |
getCountry_name() |
int |
getInter_id() |
int |
getIs_hot() |
int |
hashCode() |
boolean |
isGlobalCountry()
判断当前国家是否为全球
|
boolean |
isHot() |
void |
setCountry_code(java.lang.String country_code) |
void |
setCountry_name(java.lang.String country_name) |
void |
setInter_id(int inter_id) |
void |
setIs_hot(int is_hot) |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final java.lang.String CONSTANT_GLOBAL
public java.lang.String country_code
public java.lang.String country_name
public int is_hot
public int inter_id
public static final android.os.Parcelable.Creator<CountryBean> CREATOR
public boolean isGlobalCountry()
public boolean isHot()
public java.lang.String getCountry_code()
public void setCountry_code(java.lang.String country_code)
public java.lang.String getCountry_name()
public void setCountry_name(java.lang.String country_name)
public int getIs_hot()
public void setIs_hot(int is_hot)
public int getInter_id()
public void setInter_id(int inter_id)
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
在接口中 android.os.Parcelable
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public int hashCode()
hashCode
在类中 java.lang.Object