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