Package com.volcengine.cdn.model
Class CacheHostForCreateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.CacheHostForCreateDomainVersionInput
-
public class CacheHostForCreateDomainVersionInput extends Object
CacheHostForCreateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description CacheHostForCreateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheHostForCreateDomainVersionInput_switch(Boolean _switch)CacheHostForCreateDomainVersionInputaddCacheHostRuleItem(CacheHostRuleForCreateDomainVersionInput cacheHostRuleItem)CacheHostForCreateDomainVersionInputcacheHostRule(List<CacheHostRuleForCreateDomainVersionInput> cacheHostRule)booleanequals(Object o)@Valid List<CacheHostRuleForCreateDomainVersionInput>getCacheHostRule()Get cacheHostRuleinthashCode()BooleanisSwitch()Get _switchvoidsetCacheHostRule(List<CacheHostRuleForCreateDomainVersionInput> cacheHostRule)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
cacheHostRule
public CacheHostForCreateDomainVersionInput cacheHostRule(List<CacheHostRuleForCreateDomainVersionInput> cacheHostRule)
-
addCacheHostRuleItem
public CacheHostForCreateDomainVersionInput addCacheHostRuleItem(CacheHostRuleForCreateDomainVersionInput cacheHostRuleItem)
-
getCacheHostRule
@Valid public @Valid List<CacheHostRuleForCreateDomainVersionInput> getCacheHostRule()
Get cacheHostRule- Returns:
- cacheHostRule
-
setCacheHostRule
public void setCacheHostRule(List<CacheHostRuleForCreateDomainVersionInput> cacheHostRule)
-
_switch
public CacheHostForCreateDomainVersionInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-