类 P2cRegionListResponse.RegionListItem

java.lang.Object
com.icetech.sdk.response.p2c.base.P2cRegionListResponse.RegionListItem
所有已实现的接口:
Serializable
封闭类:
P2cRegionListResponse

public static class P2cRegionListResponse.RegionListItem extends Object implements Serializable
The type Region list item.
另请参阅:
  • 构造器详细资料

    • RegionListItem

      public RegionListItem()
  • 方法详细资料

    • getRegionCode

      public String getRegionCode()
      Gets region code.
      返回:
      the region code
    • setRegionCode

      public void setRegionCode(String regionCode)
      Sets region code.
      参数:
      regionCode - the region code
    • getParkCode

      public String getParkCode()
      Gets park code.
      返回:
      the park code
    • setParkCode

      public void setParkCode(String parkCode)
      Sets park code.
      参数:
      parkCode - the park code
    • getRegionName

      public String getRegionName()
      Gets region name.
      返回:
      the region name
    • setRegionName

      public void setRegionName(String regionName)
      Sets region name.
      参数:
      regionName - the region name
    • getRegionPark

      public Integer getRegionPark()
      Gets region park.
      返回:
      the region park
    • setRegionPark

      public void setRegionPark(Integer regionPark)
      Sets region park.
      参数:
      regionPark - the region park
    • getHasInner

      public Integer getHasInner()
      Gets has inner.
      返回:
      the has inner
    • setHasInner

      public void setHasInner(Integer hasInner)
      Sets has inner.
      参数:
      hasInner - the has inner
    • getSonData

      Gets son data.
      返回:
      the son data
    • setSonData

      public void setSonData(List<P2cRegionListResponse.RegionListItem.SonData> sonData)
      Sets son data.
      参数:
      sonData - the son data