public static class GetUcdnDomainConfigResponse.CacheConf extends Response
| 构造器和说明 |
|---|
CacheConf() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getCacheBehavior() |
Integer |
getCacheTTL() |
String |
getCacheUnit() |
String |
getDescription() |
Boolean |
getFollowOriginRule() |
String |
getHttpCodePattern() |
String |
getPathPattern() |
void |
setCacheBehavior(Boolean cacheBehavior) |
void |
setCacheTTL(Integer cacheTTL) |
void |
setCacheUnit(String cacheUnit) |
void |
setDescription(String description) |
void |
setFollowOriginRule(Boolean followOriginRule) |
void |
setHttpCodePattern(String httpCodePattern) |
void |
setPathPattern(String pathPattern) |
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCodepublic String getPathPattern()
public void setPathPattern(String pathPattern)
public Integer getCacheTTL()
public void setCacheTTL(Integer cacheTTL)
public String getCacheUnit()
public void setCacheUnit(String cacheUnit)
public Boolean getCacheBehavior()
public void setCacheBehavior(Boolean cacheBehavior)
public String getHttpCodePattern()
public void setHttpCodePattern(String httpCodePattern)
public String getDescription()
public void setDescription(String description)
public Boolean getFollowOriginRule()
public void setFollowOriginRule(Boolean followOriginRule)
Copyright © 2022. All rights reserved.