public class SpeedTestingStatus extends AbstractModel
| Constructor and Description | 
|---|
| SpeedTestingStatus() | 
| SpeedTestingStatus(SpeedTestingStatus 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 environment. | 
| String | getCreatedOn()Get Creation time of the task. | 
| Boolean | getReachable()Get Whether the URL is reachable. | 
| Long | getStatusCode()Get The task status. | 
| Boolean | getTimedOut()Get Whether the URL connection timed out. | 
| Boolean | getTls()Get Whether the URL uses HTTPS. | 
| String | getUA()Get The user agent. | 
| String | getUrl()Get The URL. | 
| void | setConnectivity(String Connectivity)Set The network environment. | 
| void | setCreatedOn(String CreatedOn)Set Creation time of the task. | 
| void | setReachable(Boolean Reachable)Set Whether the URL is reachable. | 
| void | setStatusCode(Long StatusCode)Set The task status. | 
| void | setTimedOut(Boolean TimedOut)Set Whether the URL connection timed out. | 
| void | setTls(Boolean Tls)Set Whether the URL uses HTTPS. | 
| 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, toJsonStringpublic SpeedTestingStatus()
public SpeedTestingStatus(SpeedTestingStatus source)
public String getUrl()
public void setUrl(String Url)
Url - The URL.public Boolean getTls()
public void setTls(Boolean Tls)
Tls - Whether the URL uses HTTPS.public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn - Creation time of the task.public Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode - The task status. Values:
public String getUA()
public void setUA(String UA)
UA - The user agent.
Note: This field may return null, indicating that no valid values can be obtained.public String getConnectivity()
public void setConnectivity(String Connectivity)
Connectivity - The network environment.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getReachable()
public void setReachable(Boolean Reachable)
Reachable - Whether the URL is reachable. Values:
public Boolean getTimedOut()
public void setTimedOut(Boolean TimedOut)
TimedOut - Whether the URL connection timed out. Values:
Copyright © 2023. All rights reserved.