public class SpeedTestingDetailData extends AbstractModel
Constructor and Description |
---|
SpeedTestingDetailData() |
SpeedTestingDetailData(SpeedTestingDetailData 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 |
---|---|
DistrictStatistics[] |
getDistrictStatistics()
Get The site performance across regions.
|
String |
getZoneId()
Get The site ID.
|
String |
getZoneName()
Get The site name.
|
void |
setDistrictStatistics(DistrictStatistics[] DistrictStatistics)
Set The site performance across regions.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
setZoneName(String ZoneName)
Set The site name.
|
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 SpeedTestingDetailData()
public SpeedTestingDetailData(SpeedTestingDetailData source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public DistrictStatistics[] getDistrictStatistics()
public void setDistrictStatistics(DistrictStatistics[] DistrictStatistics)
DistrictStatistics
- The site performance across regions.Copyright © 2023. All rights reserved.