public class DataSearchBug extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataSearchBug() |
DataSearchBug(DataSearchBug 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 |
getCFWPatch()
Get 1支持虚拟补丁,0或空不支持
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCWPFix()
Get 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCWPScan()
Get 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
AssetInfoDetail[] |
getDataAsset()
Get 无
注意:此字段可能返回 null,表示取不到有效值。
|
BugInfoDetail[] |
getDataBug()
Get 无
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStateCode()
Get 返回查询状态
|
Boolean |
getVSSScan()
Get true支持扫描。false不支持扫描
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWafPatch()
Get 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCFWPatch(String CFWPatch)
Set 1支持虚拟补丁,0或空不支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCWPFix(Long CWPFix)
Set 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCWPScan(String CWPScan)
Set 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataAsset(AssetInfoDetail[] DataAsset)
Set 无
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDataBug(BugInfoDetail[] DataBug)
Set 无
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStateCode(String StateCode)
Set 返回查询状态
|
void |
setVSSScan(Boolean VSSScan)
Set true支持扫描。false不支持扫描
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWafPatch(Long WafPatch)
Set 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。
|
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 DataSearchBug()
public DataSearchBug(DataSearchBug source)
public String getStateCode()
public void setStateCode(String StateCode)
StateCode
- 返回查询状态public BugInfoDetail[] getDataBug()
public void setDataBug(BugInfoDetail[] DataBug)
DataBug
- 无
注意:此字段可能返回 null,表示取不到有效值。public AssetInfoDetail[] getDataAsset()
public void setDataAsset(AssetInfoDetail[] DataAsset)
DataAsset
- 无
注意:此字段可能返回 null,表示取不到有效值。public Boolean getVSSScan()
public void setVSSScan(Boolean VSSScan)
VSSScan
- true支持扫描。false不支持扫描
注意:此字段可能返回 null,表示取不到有效值。public String getCWPScan()
public void setCWPScan(String CWPScan)
CWPScan
- 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。public String getCFWPatch()
public void setCFWPatch(String CFWPatch)
CFWPatch
- 1支持虚拟补丁,0或空不支持
注意:此字段可能返回 null,表示取不到有效值。public Long getWafPatch()
public void setWafPatch(Long WafPatch)
WafPatch
- 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。public Long getCWPFix()
public void setCWPFix(Long CWPFix)
CWPFix
- 0不支持,1支持
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.