public class SpeedTestingMetricData extends AbstractModel
Constructor and Description |
---|
SpeedTestingMetricData() |
SpeedTestingMetricData(SpeedTestingMetricData 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 |
---|---|
OptimizeAction[] |
getOptimizeAction()
Get The optimization suggestions.
|
Long |
getOriginLoadTime()
Get The origin load time, in milliseconds.
|
SpeedTestingInfo[] |
getOriginSpeedTestingInfo()
Get The origin information.
|
Long |
getProxyLoadTime()
Get The EdgeOne load time, in milliseconds.
|
SpeedTestingInfo[] |
getProxySpeedTestingInfo()
Get The EdgeOne information.
|
SpeedTestingStatus |
getSpeedTestingStatus()
Get The site status.
|
String |
getZoneId()
Get The site ID.
|
String |
getZoneName()
Get The site name.
|
void |
setOptimizeAction(OptimizeAction[] OptimizeAction)
Set The optimization suggestions.
|
void |
setOriginLoadTime(Long OriginLoadTime)
Set The origin load time, in milliseconds.
|
void |
setOriginSpeedTestingInfo(SpeedTestingInfo[] OriginSpeedTestingInfo)
Set The origin information.
|
void |
setProxyLoadTime(Long ProxyLoadTime)
Set The EdgeOne load time, in milliseconds.
|
void |
setProxySpeedTestingInfo(SpeedTestingInfo[] ProxySpeedTestingInfo)
Set The EdgeOne information.
|
void |
setSpeedTestingStatus(SpeedTestingStatus SpeedTestingStatus)
Set The site status.
|
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 SpeedTestingMetricData()
public SpeedTestingMetricData(SpeedTestingMetricData 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 SpeedTestingInfo[] getOriginSpeedTestingInfo()
public void setOriginSpeedTestingInfo(SpeedTestingInfo[] OriginSpeedTestingInfo)
OriginSpeedTestingInfo
- The origin information.public SpeedTestingInfo[] getProxySpeedTestingInfo()
public void setProxySpeedTestingInfo(SpeedTestingInfo[] ProxySpeedTestingInfo)
ProxySpeedTestingInfo
- The EdgeOne information.public SpeedTestingStatus getSpeedTestingStatus()
public void setSpeedTestingStatus(SpeedTestingStatus SpeedTestingStatus)
SpeedTestingStatus
- The site status.public OptimizeAction[] getOptimizeAction()
public void setOptimizeAction(OptimizeAction[] OptimizeAction)
OptimizeAction
- The optimization suggestions.public Long getProxyLoadTime()
public void setProxyLoadTime(Long ProxyLoadTime)
ProxyLoadTime
- The EdgeOne load time, in milliseconds.
Note: This field may return null, indicating that no valid values can be obtained.public Long getOriginLoadTime()
public void setOriginLoadTime(Long OriginLoadTime)
OriginLoadTime
- The origin load time, in milliseconds.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.