com.baidubce.services.cdn.model
Class RefererACL

java.lang.Object
  extended by com.baidubce.services.cdn.model.JsonObject
      extended by com.baidubce.services.cdn.model.RefererACL

public class RefererACL
extends JsonObject

Author:
yixing

Constructor Summary
RefererACL()
           
 
Method Summary
 RefererACL addBlackList(String entry)
           
 RefererACL addWhiteList(String entry)
           
 List<String> getBlackList()
           
 List<String> getWhiteList()
           
 boolean isAllowEmpty()
           
 void setAllowEmpty(boolean allowEmpty)
           
 void setBlackList(List<String> blackList)
           
 void setWhiteList(List<String> whiteList)
           
 
Methods inherited from class com.baidubce.services.cdn.model.JsonObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefererACL

public RefererACL()
Method Detail

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.