Package com.volcengine.cdn.model
Class OriginArgComponentForBatchUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.OriginArgComponentForBatchUpdateCdnConfigInput
-
public class OriginArgComponentForBatchUpdateCdnConfigInput extends Object
OriginArgComponentForBatchUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description OriginArgComponentForBatchUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OriginArgComponentForBatchUpdateCdnConfigInputaction(String action)booleanequals(Object o)StringgetAction()Get actionStringgetObject()Get objectStringgetSubobject()Get subobjectinthashCode()OriginArgComponentForBatchUpdateCdnConfigInputobject(String object)voidsetAction(String action)voidsetObject(String object)voidsetSubobject(String subobject)OriginArgComponentForBatchUpdateCdnConfigInputsubobject(String subobject)StringtoString()
-
-
-
Method Detail
-
action
public OriginArgComponentForBatchUpdateCdnConfigInput action(String action)
-
getAction
public String getAction()
Get action- Returns:
- action
-
setAction
public void setAction(String action)
-
object
public OriginArgComponentForBatchUpdateCdnConfigInput object(String object)
-
getObject
public String getObject()
Get object- Returns:
- object
-
setObject
public void setObject(String object)
-
subobject
public OriginArgComponentForBatchUpdateCdnConfigInput subobject(String subobject)
-
getSubobject
public String getSubobject()
Get subobject- Returns:
- subobject
-
setSubobject
public void setSubobject(String subobject)
-
-