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