Package com.volcengine.cdn.model
Class BandwidthLimitActionForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.BandwidthLimitActionForUpdateCdnConfigInput
-
public class BandwidthLimitActionForUpdateCdnConfigInput extends Object
BandwidthLimitActionForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description BandwidthLimitActionForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BandwidthLimitActionForUpdateCdnConfigInputbandwidthThreshold(Long bandwidthThreshold)booleanequals(Object o)LonggetBandwidthThreshold()Get bandwidthThresholdStringgetLimitType()Get limitTypeLonggetSpeedLimitRate()Get speedLimitRateLonggetSpeedLimitRateMax()Get speedLimitRateMaxinthashCode()BandwidthLimitActionForUpdateCdnConfigInputlimitType(String limitType)voidsetBandwidthThreshold(Long bandwidthThreshold)voidsetLimitType(String limitType)voidsetSpeedLimitRate(Long speedLimitRate)voidsetSpeedLimitRateMax(Long speedLimitRateMax)BandwidthLimitActionForUpdateCdnConfigInputspeedLimitRate(Long speedLimitRate)BandwidthLimitActionForUpdateCdnConfigInputspeedLimitRateMax(Long speedLimitRateMax)StringtoString()
-
-
-
Method Detail
-
bandwidthThreshold
public BandwidthLimitActionForUpdateCdnConfigInput bandwidthThreshold(Long bandwidthThreshold)
-
getBandwidthThreshold
public Long getBandwidthThreshold()
Get bandwidthThreshold- Returns:
- bandwidthThreshold
-
setBandwidthThreshold
public void setBandwidthThreshold(Long bandwidthThreshold)
-
limitType
public BandwidthLimitActionForUpdateCdnConfigInput limitType(String limitType)
-
getLimitType
public String getLimitType()
Get limitType- Returns:
- limitType
-
setLimitType
public void setLimitType(String limitType)
-
speedLimitRate
public BandwidthLimitActionForUpdateCdnConfigInput speedLimitRate(Long speedLimitRate)
-
getSpeedLimitRate
public Long getSpeedLimitRate()
Get speedLimitRate- Returns:
- speedLimitRate
-
setSpeedLimitRate
public void setSpeedLimitRate(Long speedLimitRate)
-
speedLimitRateMax
public BandwidthLimitActionForUpdateCdnConfigInput speedLimitRateMax(Long speedLimitRateMax)
-
getSpeedLimitRateMax
public Long getSpeedLimitRateMax()
Get speedLimitRateMax- Returns:
- speedLimitRateMax
-
setSpeedLimitRateMax
public void setSpeedLimitRateMax(Long speedLimitRateMax)
-
-