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