com.baidubce.services.cdn.model
Class SetDomainIpACLRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.cdn.model.SetDomainIpACLRequest

public class SetDomainIpACLRequest
extends AbstractBceRequest

Author:
yixing

Constructor Summary
SetDomainIpACLRequest()
           
 
Method Summary
 String getDomain()
           
 IpACL getIpACL()
           
 void setDomain(String domain)
           
 void setIpACL(IpACL ipACL)
           
 String toString()
          (non-Javadoc)
 SetDomainIpACLRequest withDomain(String domain)
           
 SetDomainIpACLRequest withIpACL(IpACL ipACL)
           
 SetDomainIpACLRequest withRequestCredentials(BceCredentials credentials)
          (non-Javadoc)
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetDomainIpACLRequest

public SetDomainIpACLRequest()
Method Detail

getDomain

public String getDomain()
Returns:
domain

setDomain

public void setDomain(String domain)
Parameters:
domain - the domain name

withDomain

public SetDomainIpACLRequest withDomain(String domain)
Parameters:
domain - the domain name
Returns:
returns this object

getIpACL

public IpACL getIpACL()
Returns:
returns this object

setIpACL

public void setIpACL(IpACL ipACL)
Parameters:
ipACL -

withIpACL

public SetDomainIpACLRequest withIpACL(IpACL ipACL)
Parameters:
ipACL -
Returns:
returns this object

withRequestCredentials

public SetDomainIpACLRequest withRequestCredentials(BceCredentials credentials)
(non-Javadoc)

Specified by:
withRequestCredentials in class AbstractBceRequest
See Also:
AbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)

toString

public String toString()
(non-Javadoc)

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2018. All rights reserved.