-
public final class CityModel
-
-
Field Summary
Fields Modifier and Type Field Description private StringtagIndexprivate Stringpinyinprivate BooleanisShowSuspensionprivate BooleanisNeedToPinyinprivate final Stringcity
-
Method Summary
Modifier and Type Method Description final StringgetTagIndex()final UnitsetTagIndex(String tagIndex)final StringgetPinyin()final UnitsetPinyin(String pinyin)final BooleangetIsShowSuspension()final UnitsetIsShowSuspension(Boolean isShowSuspension)final BooleangetIsNeedToPinyin()final UnitsetIsNeedToPinyin(Boolean isNeedToPinyin)final StringgetCity()StringtoString()-
-
Constructor Detail
-
CityModel
CityModel(String city)
-
-
Method Detail
-
getTagIndex
final String getTagIndex()
-
setTagIndex
final Unit setTagIndex(String tagIndex)
-
getIsShowSuspension
final Boolean getIsShowSuspension()
-
setIsShowSuspension
final Unit setIsShowSuspension(Boolean isShowSuspension)
-
getIsNeedToPinyin
final Boolean getIsNeedToPinyin()
-
setIsNeedToPinyin
final Unit setIsNeedToPinyin(Boolean isNeedToPinyin)
-
-
-
-