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