public class Country extends AbstractModel
Constructor and Description |
---|
Country() |
Country(Country source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCountryId()
Get 国家ID
|
String |
getCountryName()
Get 国家名称
|
void |
setCountryId(String CountryId)
Set 国家ID
|
void |
setCountryName(String CountryName)
Set 国家名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Country()
public Country(Country source)
public String getCountryId()
public void setCountryId(String CountryId)
CountryId
- 国家IDpublic String getCountryName()
public void setCountryName(String CountryName)
CountryName
- 国家名称Copyright © 2023. All rights reserved.