Package com.volcengine.cdn.model
Class MethodDeniedRuleForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.MethodDeniedRuleForUpdateCdnConfigInput
-
public class MethodDeniedRuleForUpdateCdnConfigInput extends Object
MethodDeniedRuleForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description MethodDeniedRuleForUpdateCdnConfigInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodDeniedRuleForUpdateCdnConfigInput_switch(Boolean _switch)booleanequals(Object o)StringgetMethods()Get methodsinthashCode()BooleanisSwitch()Get _switchMethodDeniedRuleForUpdateCdnConfigInputmethods(String methods)voidsetMethods(String methods)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
methods
public MethodDeniedRuleForUpdateCdnConfigInput methods(String methods)
-
getMethods
public String getMethods()
Get methods- Returns:
- methods
-
setMethods
public void setMethods(String methods)
-
_switch
public MethodDeniedRuleForUpdateCdnConfigInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-