public class SpeedValue extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SpeedValue() | 
| SpeedValue(SpeedValue 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 | getType()Get Rate limit value types:
`1`: packets per second (pps)
`2`: bits per second (bps)
] | 
| Long | getValue()Get Value | 
| void | setType(Long Type)Set Rate limit value types:
`1`: packets per second (pps)
`2`: bits per second (bps)
] | 
| void | setValue(Long Value)Set Value | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SpeedValue()
public SpeedValue(SpeedValue source)
public Long getType()
public void setType(Long Type)
Type - Rate limit value types:
`1`: packets per second (pps)
`2`: bits per second (bps)
]public Long getValue()
public void setValue(Long Value)
Value - ValueCopyright © 2025. All rights reserved.