public class SearchItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchItem() |
SearchItem(SearchItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClsStatus()
Get Log switch
|
String |
getFlowMode()
Get Traffic mode
|
String |
getStatus()
Get WAF Switch
|
void |
setClsStatus(String ClsStatus)
Set Log switch
|
void |
setFlowMode(String FlowMode)
Set Traffic mode
|
void |
setStatus(String Status)
Set WAF Switch
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchItem()
public SearchItem(SearchItem source)
public String getClsStatus()
public void setClsStatus(String ClsStatus)
ClsStatus
- Log switchpublic String getStatus()
public void setStatus(String Status)
Status
- WAF Switchpublic String getFlowMode()
public void setFlowMode(String FlowMode)
FlowMode
- Traffic modeCopyright © 2024. All rights reserved.