public class SpeedTestingInfo extends AbstractModel
Constructor and Description |
---|
SpeedTestingInfo() |
SpeedTestingInfo(SpeedTestingInfo 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 |
---|---|
SpeedTestingConfig |
getSpeedTestingConfig()
Get The settings of the site test task.
|
SpeedTestingStatistics |
getSpeedTestingStatistics()
Get The site test result.
|
Long |
getStatusCode()
Get The task status.
|
String |
getTestId()
Get ID of the site test task.
|
void |
setSpeedTestingConfig(SpeedTestingConfig SpeedTestingConfig)
Set The settings of the site test task.
|
void |
setSpeedTestingStatistics(SpeedTestingStatistics SpeedTestingStatistics)
Set The site test result.
|
void |
setStatusCode(Long StatusCode)
Set The task status.
|
void |
setTestId(String TestId)
Set ID of the site test task.
|
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 SpeedTestingInfo()
public SpeedTestingInfo(SpeedTestingInfo source)
public Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode
- The task status. Values:
public String getTestId()
public void setTestId(String TestId)
TestId
- ID of the site test task.public SpeedTestingConfig getSpeedTestingConfig()
public void setSpeedTestingConfig(SpeedTestingConfig SpeedTestingConfig)
SpeedTestingConfig
- The settings of the site test task.public SpeedTestingStatistics getSpeedTestingStatistics()
public void setSpeedTestingStatistics(SpeedTestingStatistics SpeedTestingStatistics)
SpeedTestingStatistics
- The site test result.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.