Package com.volcengine.cdn.model
Class QueryStringComponentsForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.QueryStringComponentsForUpdateCdnConfigInput
-
public class QueryStringComponentsForUpdateCdnConfigInput extends Object
QueryStringComponentsForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description QueryStringComponentsForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryStringComponentsForUpdateCdnConfigInputaction(String action)booleanequals(Object o)StringgetAction()Get actionStringgetValue()Get valueinthashCode()voidsetAction(String action)voidsetValue(String value)StringtoString()QueryStringComponentsForUpdateCdnConfigInputvalue(String value)
-
-
-
Method Detail
-
action
public QueryStringComponentsForUpdateCdnConfigInput action(String action)
-
getAction
public String getAction()
Get action- Returns:
- action
-
setAction
public void setAction(String action)
-
value
public QueryStringComponentsForUpdateCdnConfigInput value(String value)
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-