public class SpeedTestingQuota extends AbstractModel
Constructor and Description |
---|
SpeedTestingQuota() |
SpeedTestingQuota(SpeedTestingQuota 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 |
---|---|
Long |
getAvailableTestRuns()
Get The number of available site tests.
|
Long |
getTotalTestRuns()
Get The total number of site tests.
|
void |
setAvailableTestRuns(Long AvailableTestRuns)
Set The number of available site tests.
|
void |
setTotalTestRuns(Long TotalTestRuns)
Set The total number of site tests.
|
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 SpeedTestingQuota()
public SpeedTestingQuota(SpeedTestingQuota source)
public Long getTotalTestRuns()
public void setTotalTestRuns(Long TotalTestRuns)
TotalTestRuns
- The total number of site tests.public Long getAvailableTestRuns()
public void setAvailableTestRuns(Long AvailableTestRuns)
AvailableTestRuns
- The number of available site tests.Copyright © 2022. All rights reserved.