Package com.volcengine.cdn.model
Class CacheKeyActionForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.CacheKeyActionForBatchUpdateCdnConfigInput
-
public class CacheKeyActionForBatchUpdateCdnConfigInput extends Object
CacheKeyActionForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description CacheKeyActionForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheKeyActionForBatchUpdateCdnConfigInputaddCacheKeyComponentsItem(CacheKeyComponentForBatchUpdateCdnConfigInput cacheKeyComponentsItem)CacheKeyActionForBatchUpdateCdnConfigInputcacheKeyComponents(List<CacheKeyComponentForBatchUpdateCdnConfigInput> cacheKeyComponents)booleanequals(Object o)@Valid List<CacheKeyComponentForBatchUpdateCdnConfigInput>getCacheKeyComponents()Get cacheKeyComponentsinthashCode()voidsetCacheKeyComponents(List<CacheKeyComponentForBatchUpdateCdnConfigInput> cacheKeyComponents)StringtoString()
-
-
-
Method Detail
-
cacheKeyComponents
public CacheKeyActionForBatchUpdateCdnConfigInput cacheKeyComponents(List<CacheKeyComponentForBatchUpdateCdnConfigInput> cacheKeyComponents)
-
addCacheKeyComponentsItem
public CacheKeyActionForBatchUpdateCdnConfigInput addCacheKeyComponentsItem(CacheKeyComponentForBatchUpdateCdnConfigInput cacheKeyComponentsItem)
-
getCacheKeyComponents
@Valid public @Valid List<CacheKeyComponentForBatchUpdateCdnConfigInput> getCacheKeyComponents()
Get cacheKeyComponents- Returns:
- cacheKeyComponents
-
setCacheKeyComponents
public void setCacheKeyComponents(List<CacheKeyComponentForBatchUpdateCdnConfigInput> cacheKeyComponents)
-
-