public class DelayDistribution extends AbstractModel
Constructor and Description |
---|
DelayDistribution() |
Modifier and Type | Method and Description |
---|---|
Long |
getLadder()
Get Delay distribution.
|
Long |
getSize()
Get The number of commands whose delay falls within the current delay range
|
Long |
getUpdatetime()
Get Modification time
|
void |
setLadder(Long Ladder)
Set Delay distribution.
|
void |
setSize(Long Size)
Set The number of commands whose delay falls within the current delay range
|
void |
setUpdatetime(Long Updatetime)
Set Modification time
|
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 Long getLadder()
public void setLadder(Long Ladder)
Ladder
- Delay distribution. The mapping between delay range and `Ladder` value is as follows:
[0ms,1ms]: 1;
[1ms,5ms]: 5;
[5ms,10ms]: 10;
[10ms,50ms]: 50;
[50ms,200ms]: 200;
[200ms,∞]: -1.public Long getSize()
public void setSize(Long Size)
Size
- The number of commands whose delay falls within the current delay rangepublic Long getUpdatetime()
public void setUpdatetime(Long Updatetime)
Updatetime
- Modification timeCopyright © 2021. All rights reserved.