Package com.volcengine.cdn.model
Class HeaderLoggingForUpdateDomainVersionInput
- java.lang.Object
-
- com.volcengine.cdn.model.HeaderLoggingForUpdateDomainVersionInput
-
public class HeaderLoggingForUpdateDomainVersionInput extends Object
HeaderLoggingForUpdateDomainVersionInput
-
-
Constructor Summary
Constructors Constructor Description HeaderLoggingForUpdateDomainVersionInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderLoggingForUpdateDomainVersionInput_switch(Boolean _switch)booleanequals(Object o)StringgetHeaderLogging()Get headerLogginginthashCode()HeaderLoggingForUpdateDomainVersionInputheaderLogging(String headerLogging)BooleanisSwitch()Get _switchvoidsetHeaderLogging(String headerLogging)voidsetSwitch(Boolean _switch)StringtoString()
-
-
-
Method Detail
-
headerLogging
public HeaderLoggingForUpdateDomainVersionInput headerLogging(String headerLogging)
-
getHeaderLogging
public String getHeaderLogging()
Get headerLogging- Returns:
- headerLogging
-
setHeaderLogging
public void setHeaderLogging(String headerLogging)
-
_switch
public HeaderLoggingForUpdateDomainVersionInput _switch(Boolean _switch)
-
isSwitch
public Boolean isSwitch()
Get _switch- Returns:
- _switch
-
setSwitch
public void setSwitch(Boolean _switch)
-
-