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 The ISO 3166-2 Alpha-2 country code.
|
Long |
getLoadTime()
Get The overall load time, in milliseconds.
|
void |
setAlpha2(String Alpha2)
Set The ISO 3166-2 Alpha-2 country code.
|
void |
setLoadTime(Long LoadTime)
Set The overall load time, in milliseconds.
|
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
- The ISO 3166-2 Alpha-2 country code. For the list of country codes, see [ISO 3166-2](https://zh.m.wikipedia.org/zh-hans/ISO_3166-2).public Long getLoadTime()
public void setLoadTime(Long LoadTime)
LoadTime
- The overall load time, in milliseconds.Copyright © 2023. All rights reserved.