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