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 日志开关
|
String |
getFlowMode()
Get 流量模式
|
String |
getStatus()
Get waf开关
|
void |
setClsStatus(String ClsStatus)
Set 日志开关
|
void |
setFlowMode(String FlowMode)
Set 流量模式
|
void |
setStatus(String Status)
Set waf开关
|
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
- 日志开关public String getStatus()
public void setStatus(String Status)
Status
- waf开关public String getFlowMode()
public void setFlowMode(String FlowMode)
FlowMode
- 流量模式Copyright © 2024. All rights reserved.