类 P2cQueryMonthCardsResponse.MonthCards.RegionData
java.lang.Object
com.icetech.sdk.response.p2c.business.P2cQueryMonthCardsResponse.MonthCards.RegionData
- 所有已实现的接口:
Serializable
public static class P2cQueryMonthCardsResponse.MonthCards.RegionData
extends Object
implements Serializable
The type Region data.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets region code.Gets region name.voidsetRegionCode(String regionCode) Sets region code.voidsetRegionName(String regionName) Sets region name.
-
构造器详细资料
-
RegionData
public RegionData()
-
-
方法详细资料
-
getRegionCode
Gets region code.- 返回:
- the region code
-
setRegionCode
Sets region code.- 参数:
regionCode- the region code
-
getRegionName
Gets region name.- 返回:
- the region name
-
setRegionName
Sets region name.- 参数:
regionName- the region name
-