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