com.baidubce.services.cdn.model
Class RefererACL
java.lang.Object
com.baidubce.services.cdn.model.JsonObject
com.baidubce.services.cdn.model.RefererACL
public class RefererACL
- extends JsonObject
- Author:
- yixing
RefererACL
public RefererACL()
getBlackList
public List<String> getBlackList()
- Returns:
- blackList
setBlackList
public void setBlackList(List<String> blackList)
- Parameters:
blackList
-
addBlackList
public RefererACL addBlackList(String entry)
- Parameters:
entry
-
- Returns:
- returns this object
getWhiteList
public List<String> getWhiteList()
- Returns:
setWhiteList
public void setWhiteList(List<String> whiteList)
- Parameters:
whiteList
-
addWhiteList
public RefererACL addWhiteList(String entry)
- Parameters:
entry
-
- Returns:
- returns this object
isAllowEmpty
public boolean isAllowEmpty()
- Returns:
- allowEmpty
setAllowEmpty
public void setAllowEmpty(boolean allowEmpty)
- Parameters:
allowEmpty
-
Copyright © 2018. All rights reserved.