public class ExpectedThreshold extends AbstractModel
Constructor and Description |
---|
ExpectedThreshold() |
ExpectedThreshold(ExpectedThreshold 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 |
---|---|
Float |
getJitter()
Get 期望发起加速的抖动阈值
|
Float |
getLoss()
Get 期望发起加速的丢包率阈值
|
Float |
getRTT()
Get 期望发起加速的时延阈值
|
void |
setJitter(Float Jitter)
Set 期望发起加速的抖动阈值
|
void |
setLoss(Float Loss)
Set 期望发起加速的丢包率阈值
|
void |
setRTT(Float RTT)
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 ExpectedThreshold()
public ExpectedThreshold(ExpectedThreshold source)
public Float getRTT()
public void setRTT(Float RTT)
RTT
- 期望发起加速的时延阈值public Float getLoss()
public void setLoss(Float Loss)
Loss
- 期望发起加速的丢包率阈值public Float getJitter()
public void setJitter(Float Jitter)
Jitter
- 期望发起加速的抖动阈值Copyright © 2023. All rights reserved.