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