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 限速值类型,取值[
1(包速率pps)
2(带宽bps)
] | 
| Long | getValue()Get 值大小 | 
| void | setType(Long Type)Set 限速值类型,取值[
1(包速率pps)
2(带宽bps)
] | 
| void | setValue(Long Value)Set 值大小 | 
| 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 - 限速值类型,取值[
1(包速率pps)
2(带宽bps)
]public Long getValue()
public void setValue(Long Value)
Value - 值大小Copyright © 2025. All rights reserved.