Package com.volcengine.cdn.model
Class CacheKeyForUpdateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.CacheKeyForUpdateDomainVersionInput
-
public class CacheKeyForUpdateDomainVersionInput extends Object
CacheKeyForUpdateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description CacheKeyForUpdateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheKeyForUpdateDomainVersionInputcacheKeyAction(CacheKeyActionForUpdateDomainVersionInput cacheKeyAction)CacheKeyForUpdateDomainVersionInputcondition(ConditionForUpdateDomainVersionInput condition)booleanequals(Object o)@Valid CacheKeyActionForUpdateDomainVersionInputgetCacheKeyAction()Get cacheKeyAction@Valid ConditionForUpdateDomainVersionInputgetCondition()Get conditioninthashCode()voidsetCacheKeyAction(CacheKeyActionForUpdateDomainVersionInput cacheKeyAction)voidsetCondition(ConditionForUpdateDomainVersionInput condition)StringtoString()
-
-
-
Method Detail
-
cacheKeyAction
public CacheKeyForUpdateDomainVersionInput cacheKeyAction(CacheKeyActionForUpdateDomainVersionInput cacheKeyAction)
-
getCacheKeyAction
@Valid public @Valid CacheKeyActionForUpdateDomainVersionInput getCacheKeyAction()
Get cacheKeyAction- Returns:
- cacheKeyAction
-
setCacheKeyAction
public void setCacheKeyAction(CacheKeyActionForUpdateDomainVersionInput cacheKeyAction)
-
condition
public CacheKeyForUpdateDomainVersionInput condition(ConditionForUpdateDomainVersionInput condition)
-
getCondition
@Valid public @Valid ConditionForUpdateDomainVersionInput getCondition()
Get condition- Returns:
- condition
-
setCondition
public void setCondition(ConditionForUpdateDomainVersionInput condition)
-
-