public class VULRiskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VULRiskInfo() |
VULRiskInfo(VULRiskInfo 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 |
getDescribe()
Get 漏洞描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFix()
Get 修复建议
注意:此字段可能返回 null,表示取不到有效值。
|
VulImpactComponentInfo[] |
getImpactComponent()
Get 受影响组件
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReferences()
Get 技术参考/参考链接
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescribe(String Describe)
Set 漏洞描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFix(String Fix)
Set 修复建议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImpactComponent(VulImpactComponentInfo[] ImpactComponent)
Set 受影响组件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReferences(String References)
Set 技术参考/参考链接
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VULRiskInfo()
public VULRiskInfo(VULRiskInfo source)
public String getFix()
public void setFix(String Fix)
Fix
- 修复建议
注意:此字段可能返回 null,表示取不到有效值。public String getReferences()
public void setReferences(String References)
References
- 技术参考/参考链接
注意:此字段可能返回 null,表示取不到有效值。public String getDescribe()
public void setDescribe(String Describe)
Describe
- 漏洞描述
注意:此字段可能返回 null,表示取不到有效值。public VulImpactComponentInfo[] getImpactComponent()
public void setImpactComponent(VulImpactComponentInfo[] ImpactComponent)
ImpactComponent
- 受影响组件
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.