类 DSA
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.dsa.DSA
-
public class DSA extends JsonObject
create by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 DSA()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DSAaddRules(DSARule rule)StringgetComment()List<DSARule>getRules()booleanisEnabled()voidsetComment(String comment)voidsetEnabled(boolean enabled)voidsetRules(List<DSARule> rules)DSAwithComment(String comment)DSAwithEnabled(boolean enabled)DSAwithRules(List<DSARule> rules)-
从类继承的方法 com.baidubce.services.cdn.model.JsonObject
toString
-
-
-
-
方法详细资料
-
isEnabled
public boolean isEnabled()
- 返回:
- enabled
-
setEnabled
public void setEnabled(boolean enabled)
- 参数:
enabled-
-
withEnabled
public DSA withEnabled(boolean enabled)
- 参数:
enabled-- 返回:
- this object
-
getComment
public String getComment()
- 返回:
- comment
-
setComment
public void setComment(String comment)
- 参数:
comment-
-
-