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