public class GeoRegionsLoadItem extends AbstractModel
Constructor and Description |
---|
GeoRegionsLoadItem() |
GeoRegionsLoadItem(GeoRegionsLoadItem 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 |
---|---|
Long |
getPercentage()
Get 百分比
|
String |
getRegion()
Get 地域
|
Long |
getRegionId()
Get 地域ID
|
void |
setPercentage(Long Percentage)
Set 百分比
|
void |
setRegion(String Region)
Set 地域
|
void |
setRegionId(Long RegionId)
Set 地域ID
|
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 GeoRegionsLoadItem()
public GeoRegionsLoadItem(GeoRegionsLoadItem source)
public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域IDpublic String getRegion()
public void setRegion(String Region)
Region
- 地域public Long getPercentage()
public void setPercentage(Long Percentage)
Percentage
- 百分比Copyright © 2022. All rights reserved.