public class ResponseSpeedLimitParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ResponseSpeedLimitParameters()  | 
ResponseSpeedLimitParameters(ResponseSpeedLimitParameters 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 | 
|---|---|
String | 
getMaxSpeed()
Get The speed limit value specifies the size of the speed limit. 
 | 
String | 
getMode()
Get Download rate limit mode. 
 | 
String | 
getStartAt()
Get The speed limit start value can be download size or specified duration. 
 | 
void | 
setMaxSpeed(String MaxSpeed)
Set The speed limit value specifies the size of the speed limit. 
 | 
void | 
setMode(String Mode)
Set Download rate limit mode. 
 | 
void | 
setStartAt(String StartAt)
Set The speed limit start value can be download size or specified duration. 
 | 
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 ResponseSpeedLimitParameters()
public ResponseSpeedLimitParameters(ResponseSpeedLimitParameters source)
public String getMode()
public void setMode(String Mode)
Mode - Download rate limit mode. valid values:.
public String getMaxSpeed()
public void setMaxSpeed(String MaxSpeed)
MaxSpeed - The speed limit value specifies the size of the speed limit. fill in a value or variable with a unit. the currently supported unit is: KB/s.public String getStartAt()
public void setStartAt(String StartAt)
StartAt - The speed limit start value can be download size or specified duration. fill in a value with unit or variable to specify download size or specified duration.
-When the Mode value is LimitAfterSpecificBytesDownloaded, the valid values of the unit are: KB.
-When the Mode value is LimitAfterSpecificSecondsDownloaded, the valid value of the unit is: s.Copyright © 2025. All rights reserved.