public class DistrictStatistics extends AbstractModel
Constructor and Description |
---|
DistrictStatistics() |
DistrictStatistics(DistrictStatistics 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 |
getAlpha2()
Get ISO 3166-2 国家/地区简写,详情请参考[ISO 3166-2](https://zh.m.wikipedia.org/zh-hans/ISO_3166-2)。
|
Long |
getLoadTime()
Get 整体拨测用时,单位ms。
|
void |
setAlpha2(String Alpha2)
Set ISO 3166-2 国家/地区简写,详情请参考[ISO 3166-2](https://zh.m.wikipedia.org/zh-hans/ISO_3166-2)。
|
void |
setLoadTime(Long LoadTime)
Set 整体拨测用时,单位ms。
|
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 DistrictStatistics()
public DistrictStatistics(DistrictStatistics source)
public String getAlpha2()
public void setAlpha2(String Alpha2)
Alpha2
- ISO 3166-2 国家/地区简写,详情请参考[ISO 3166-2](https://zh.m.wikipedia.org/zh-hans/ISO_3166-2)。public Long getLoadTime()
public void setLoadTime(Long LoadTime)
LoadTime
- 整体拨测用时,单位ms。Copyright © 2023. All rights reserved.