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