类 RefererACL
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.RefererACL
-
public class RefererACL extends JsonObject
- 作者:
- yixing
-
-
构造器概要
构造器 构造器 说明 RefererACL()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 RefererACLaddBlackList(String entry)RefererACLaddWhiteList(String entry)List<String>getBlackList()List<String>getWhiteList()booleanisAllowEmpty()voidsetAllowEmpty(boolean allowEmpty)voidsetBlackList(List<String> blackList)voidsetWhiteList(List<String> whiteList)RefererACLwithAllowEmpty(boolean allowEmpty)-
从类继承的方法 com.baidubce.services.cdn.model.JsonObject
toString
-
-
-
-
方法详细资料
-
addBlackList
public RefererACL addBlackList(String entry)
- 参数:
entry-- 返回:
- returns this object
-
addWhiteList
public RefererACL addWhiteList(String entry)
- 参数:
entry-- 返回:
- returns this object
-
isAllowEmpty
public boolean isAllowEmpty()
- 返回:
- allowEmpty
-
setAllowEmpty
public void setAllowEmpty(boolean allowEmpty)
- 参数:
allowEmpty-
-
withAllowEmpty
public RefererACL withAllowEmpty(boolean allowEmpty)
-
-