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 站点剩余可用拨测次数。
|
Long |
getTotalTestRuns()
Get 站点总拨测次数。
|
void |
setAvailableTestRuns(Long AvailableTestRuns)
Set 站点剩余可用拨测次数。
|
void |
setTotalTestRuns(Long TotalTestRuns)
Set 站点总拨测次数。
|
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
- 站点总拨测次数。public Long getAvailableTestRuns()
public void setAvailableTestRuns(Long AvailableTestRuns)
AvailableTestRuns
- 站点剩余可用拨测次数。Copyright © 2023. All rights reserved.