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