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