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