com.baidubce.services.cdn.model
Class GetDomainCacheTTLRequest

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

public class GetDomainCacheTTLRequest
extends AbstractBceRequest

Author:
yixing

Constructor Summary
GetDomainCacheTTLRequest()
           
 
Method Summary
 String getDomain()
           
 boolean isCacheFullUrl()
           
 void setCacheFullUrl(boolean cacheFullUrl)
           
 void setDomain(String domain)
           
 String toString()
          (non-Javadoc)
 GetDomainCacheTTLRequest withDomain(String domain)
           
 GetDomainCacheTTLRequest 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

GetDomainCacheTTLRequest

public GetDomainCacheTTLRequest()
Method Detail

isCacheFullUrl

public boolean isCacheFullUrl()
Returns:
cacheFullUrl

setCacheFullUrl

public void setCacheFullUrl(boolean cacheFullUrl)
Parameters:
cacheFullUrl -

getDomain

public String getDomain()
Returns:
domain

setDomain

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

withDomain

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

withRequestCredentials

public GetDomainCacheTTLRequest 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.