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