com.baidubce.services.cdn.model
Class GetDomainCacheTTLResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.cdn.model.CdnResponse
com.baidubce.services.cdn.model.GetDomainCacheTTLResponse
- All Implemented Interfaces:
- Serializable
public class GetDomainCacheTTLResponse
- extends CdnResponse
- Author:
- yixing
- See Also:
- Serialized Form
GetDomainCacheTTLResponse
public GetDomainCacheTTLResponse()
getDomain
public String getDomain()
- Returns:
- domain
setDomain
public void setDomain(String domain)
- Parameters:
domain
- the domain name
getCacheTTL
public List<CacheTTL> getCacheTTL()
- Returns:
- cacheTTL
setCacheTTL
public void setCacheTTL(List<CacheTTL> cacheTTL)
- Parameters:
cacheTTL
-
Copyright © 2018. All rights reserved.