Package com.volcengine.cdn.model
Class CacheHostActionForDescribeDomainVersionOutput
- java.lang.Object
-
- com.volcengine.cdn.model.CacheHostActionForDescribeDomainVersionOutput
-
public class CacheHostActionForDescribeDomainVersionOutput extends Object
CacheHostActionForDescribeDomainVersionOutput
-
-
Constructor Summary
Constructors Constructor Description CacheHostActionForDescribeDomainVersionOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheHostActionForDescribeDomainVersionOutputcacheHost(String cacheHost)booleanequals(Object o)StringgetCacheHost()Get cacheHostinthashCode()voidsetCacheHost(String cacheHost)StringtoString()
-
-
-
Method Detail
-
cacheHost
public CacheHostActionForDescribeDomainVersionOutput cacheHost(String cacheHost)
-
getCacheHost
public String getCacheHost()
Get cacheHost- Returns:
- cacheHost
-
setCacheHost
public void setCacheHost(String cacheHost)
-
-