public class VulTopInfo extends AbstractModel
Constructor and Description |
---|
VulTopInfo() |
VulTopInfo(VulTopInfo 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 |
---|---|
Long |
getVulCount()
Get 漏洞数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVulId()
Get 漏洞id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVulLevel()
Get 危害等级:1-低危;2-中危;3-高危;4-严重
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVulName()
Get 漏洞 名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulCount(Long VulCount)
Set 漏洞数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulId(Long VulId)
Set 漏洞id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulLevel(Long VulLevel)
Set 危害等级:1-低危;2-中危;3-高危;4-严重
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulName(String VulName)
Set 漏洞 名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VulTopInfo()
public VulTopInfo(VulTopInfo source)
public String getVulName()
public void setVulName(String VulName)
VulName
- 漏洞 名
注意:此字段可能返回 null,表示取不到有效值。public Long getVulLevel()
public void setVulLevel(Long VulLevel)
VulLevel
- 危害等级:1-低危;2-中危;3-高危;4-严重
注意:此字段可能返回 null,表示取不到有效值。public Long getVulCount()
public void setVulCount(Long VulCount)
VulCount
- 漏洞数量
注意:此字段可能返回 null,表示取不到有效值。public Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.