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