com.baidubce.services.cdn.model
Class IpACL

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

public class IpACL
extends JsonObject

Author:
yixing

Constructor Summary
IpACL()
           
 
Method Summary
 IpACL addBlackList(String entry)
           
 IpACL addWhiteList(String entry)
           
 List<String> getBlackList()
           
 List<String> getWhiteList()
           
 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

IpACL

public IpACL()
Method Detail

getBlackList

public List<String> getBlackList()
Returns:
blackList

setBlackList

public void setBlackList(List<String> blackList)
Parameters:
blackList -

addBlackList

public IpACL addBlackList(String entry)
Parameters:
entry -
Returns:
returns this object

getWhiteList

public List<String> getWhiteList()
Returns:
whiteList

setWhiteList

public void setWhiteList(List<String> whiteList)
Parameters:
whiteList -

addWhiteList

public IpACL addWhiteList(String entry)
Parameters:
entry -
Returns:
returns this object


Copyright © 2018. All rights reserved.