public class SpeedTestingConfig extends AbstractModel
Constructor and Description |
---|
SpeedTestingConfig() |
SpeedTestingConfig(SpeedTestingConfig 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 |
getConnectivity()
Get The network type.
|
Long |
getTaskType()
Get The task type.
|
String |
getUA()
Get The user agent.
|
String |
getUrl()
Get The URL.
|
void |
setConnectivity(String Connectivity)
Set The network type.
|
void |
setTaskType(Long TaskType)
Set The task type.
|
void |
setUA(String UA)
Set The user agent.
|
void |
setUrl(String Url)
Set The URL.
|
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 SpeedTestingConfig()
public SpeedTestingConfig(SpeedTestingConfig source)
public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- The task type. Values:
public String getUrl()
public void setUrl(String Url)
Url
- The URL.public String getUA()
public void setUA(String UA)
UA
- The user agent.public String getConnectivity()
public void setConnectivity(String Connectivity)
Connectivity
- The network type.Copyright © 2023. All rights reserved.