Package com.volcengine.cdn.model
Class CacheKeyComponentForUpdateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.CacheKeyComponentForUpdateDomainVersionInput
-
public class CacheKeyComponentForUpdateDomainVersionInput extends Object
CacheKeyComponentForUpdateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description CacheKeyComponentForUpdateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheKeyComponentForUpdateDomainVersionInputaction(String action)booleanequals(Object o)StringgetAction()Get actionStringgetObject()Get objectStringgetSubobject()Get subobjectinthashCode()CacheKeyComponentForUpdateDomainVersionInputignoreCase(Boolean ignoreCase)BooleanisIgnoreCase()Get ignoreCaseCacheKeyComponentForUpdateDomainVersionInputobject(String object)voidsetAction(String action)voidsetIgnoreCase(Boolean ignoreCase)voidsetObject(String object)voidsetSubobject(String subobject)CacheKeyComponentForUpdateDomainVersionInputsubobject(String subobject)StringtoString()
-
-
-
Method Detail
-
action
public CacheKeyComponentForUpdateDomainVersionInput action(String action)
-
getAction
public String getAction()
Get action- Returns:
- action
-
setAction
public void setAction(String action)
-
ignoreCase
public CacheKeyComponentForUpdateDomainVersionInput ignoreCase(Boolean ignoreCase)
-
isIgnoreCase
public Boolean isIgnoreCase()
Get ignoreCase- Returns:
- ignoreCase
-
setIgnoreCase
public void setIgnoreCase(Boolean ignoreCase)
-
object
public CacheKeyComponentForUpdateDomainVersionInput object(String object)
-
getObject
public String getObject()
Get object- Returns:
- object
-
setObject
public void setObject(String object)
-
subobject
public CacheKeyComponentForUpdateDomainVersionInput subobject(String subobject)
-
getSubobject
public String getSubobject()
Get subobject- Returns:
- subobject
-
setSubobject
public void setSubobject(String subobject)
-
-