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