com.baidubce.services.cdn.model
Class EnableDomainRequest

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

public class EnableDomainRequest
extends AbstractBceRequest

Author:
yixing

Constructor Summary
EnableDomainRequest()
           
 
Method Summary
 String getDomain()
           
 void setDomain(String domain)
           
 EnableDomainRequest withDomain(String domain)
           
 EnableDomainRequest 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, toString, wait, wait, wait
 

Constructor Detail

EnableDomainRequest

public EnableDomainRequest()
Method Detail

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.