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