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