Package com.volcengine.cdn.model
Class ConvertCacheActionForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.ConvertCacheActionForBatchUpdateCdnConfigInput
-
public class ConvertCacheActionForBatchUpdateCdnConfigInput extends Object
ConvertCacheActionForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description ConvertCacheActionForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConvertCacheActionForBatchUpdateCdnConfigInputaction(String action)ConvertCacheActionForBatchUpdateCdnConfigInputaddCacheKeyItem(String cacheKeyItem)ConvertCacheActionForBatchUpdateCdnConfigInputcacheKey(List<String> cacheKey)booleanequals(Object o)StringgetAction()Get actionList<String>getCacheKey()Get cacheKeyLonggetTtl()Get ttlinthashCode()ConvertCacheActionForBatchUpdateCdnConfigInputignoreCase(Boolean ignoreCase)BooleanisIgnoreCase()Get ignoreCasevoidsetAction(String action)voidsetCacheKey(List<String> cacheKey)voidsetIgnoreCase(Boolean ignoreCase)voidsetTtl(Long ttl)StringtoString()ConvertCacheActionForBatchUpdateCdnConfigInputttl(Long ttl)
-
-
-
Method Detail
-
action
public ConvertCacheActionForBatchUpdateCdnConfigInput action(String action)
-
getAction
public String getAction()
Get action- Returns:
- action
-
setAction
public void setAction(String action)
-
cacheKey
public ConvertCacheActionForBatchUpdateCdnConfigInput cacheKey(List<String> cacheKey)
-
addCacheKeyItem
public ConvertCacheActionForBatchUpdateCdnConfigInput addCacheKeyItem(String cacheKeyItem)
-
ignoreCase
public ConvertCacheActionForBatchUpdateCdnConfigInput ignoreCase(Boolean ignoreCase)
-
isIgnoreCase
public Boolean isIgnoreCase()
Get ignoreCase- Returns:
- ignoreCase
-
setIgnoreCase
public void setIgnoreCase(Boolean ignoreCase)
-
ttl
public ConvertCacheActionForBatchUpdateCdnConfigInput ttl(Long ttl)
-
getTtl
public Long getTtl()
Get ttl- Returns:
- ttl
-
setTtl
public void setTtl(Long ttl)
-
-