类 LimitBandwidth
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.domain.LimitBandwidth
-
public class LimitBandwidth extends JsonObject
-
-
构造器概要
构造器 构造器 说明 LimitBandwidth()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAction()StringgetThreshold()booleanisActived()booleanisEnabled()voidsetAction(String action)voidsetActived(boolean actived)voidsetEnabled(boolean enabled)voidsetThreshold(String threshold)LimitBandwidthwithAction(String action)LimitBandwidthwithActived(boolean actived)LimitBandwidthwithEnabled(boolean enabled)LimitBandwidthwithThreshold(String threshold)-
从类继承的方法 com.baidubce.services.cdn.model.JsonObject
toString
-
-
-
-
方法详细资料
-
withEnabled
public LimitBandwidth withEnabled(boolean enabled)
-
withActived
public LimitBandwidth withActived(boolean actived)
-
withThreshold
public LimitBandwidth withThreshold(String threshold)
-
withAction
public LimitBandwidth withAction(String action)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getThreshold
public String getThreshold()
-
setThreshold
public void setThreshold(String threshold)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
isActived
public boolean isActived()
-
setActived
public void setActived(boolean actived)
-
-