Class GetUcdnDomainConfigResponse.CacheConf
java.lang.Object
cn.ucloud.common.response.Response
cn.ucloud.ucdn.models.GetUcdnDomainConfigResponse.CacheConf
- Enclosing class:
GetUcdnDomainConfigResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCacheBehavior(Boolean cacheBehavior) voidsetCacheTTL(Integer cacheTTL) voidsetCacheUnit(String cacheUnit) voidsetDescription(String description) voidsetFollowOriginRule(Boolean followOriginRule) voidsetHttpCodePattern(String httpCodePattern) voidsetPathPattern(String pathPattern) Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
Constructor Details
-
CacheConf
public CacheConf()
-
-
Method Details
-
getPathPattern
-
setPathPattern
-
getCacheTTL
-
setCacheTTL
-
getCacheUnit
-
setCacheUnit
-
getCacheBehavior
-
setCacheBehavior
-
getHttpCodePattern
-
setHttpCodePattern
-
getDescription
-
setDescription
-
getFollowOriginRule
-
setFollowOriginRule
-