类 SetDomainIpACLRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cdn.model.domain.SetDomainIpACLRequest
-
public class SetDomainIpACLRequest extends AbstractBceRequest
- 作者:
- yixing
-
-
构造器概要
构造器 构造器 说明 SetDomainIpACLRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDomain()IpACLgetIpACL()voidsetDomain(String domain)voidsetIpACL(IpACL ipACL)StringtoString()(non-Javadoc)SetDomainIpACLRequestwithDomain(String domain)SetDomainIpACLRequestwithIpACL(IpACL ipACL)SetDomainIpACLRequestwithRequestCredentials(BceCredentials credentials)(non-Javadoc)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getDomain
public String getDomain()
- 返回:
- domain
-
setDomain
public void setDomain(String domain)
- 参数:
domain- the domain name
-
withDomain
public SetDomainIpACLRequest withDomain(String domain)
- 参数:
domain- the domain name- 返回:
- returns this object
-
getIpACL
public IpACL getIpACL()
- 返回:
- returns this object
-
setIpACL
public void setIpACL(IpACL ipACL)
- 参数:
ipACL-
-
withIpACL
public SetDomainIpACLRequest withIpACL(IpACL ipACL)
- 参数:
ipACL-- 返回:
- returns this object
-
withRequestCredentials
public SetDomainIpACLRequest withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
-
toString
public String toString()
(non-Javadoc)- 覆盖:
toString在类中Object- 另请参阅:
Object.toString()
-
-