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