com.baidubce.services.cdn.model
Class EnableDomainRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.cdn.model.EnableDomainRequest
public class EnableDomainRequest
- extends AbstractBceRequest
- Author:
- yixing
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnableDomainRequest
public EnableDomainRequest()
getDomain
public String getDomain()
- Returns:
- domain
setDomain
public void setDomain(String domain)
- Parameters:
domain
- the domain name
withDomain
public EnableDomainRequest withDomain(String domain)
- Parameters:
domain
- the domain name
- Returns:
- returns this object
withRequestCredentials
public EnableDomainRequest withRequestCredentials(BceCredentials credentials)
- (non-Javadoc)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- See Also:
AbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)
Copyright © 2018. All rights reserved.