public class VulDefenceRangeDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulDefenceRangeDetail() |
VulDefenceRangeDetail(VulDefenceRangeDetail 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 |
getCveId()
Get cve id
|
Float |
getCvssScore()
Get CVSS score
|
String |
getLabel()
Get Tag
|
Long |
getLevel()
Get Vulnerability level.
|
String |
getPublishTime()
Get Release time
|
Long |
getVulId()
Get Vulnerability ID
|
String |
getVulName()
Get Vulnerability name
|
void |
setCveId(String CveId)
Set cve id
|
void |
setCvssScore(Float CvssScore)
Set CVSS score
|
void |
setLabel(String Label)
Set Tag
|
void |
setLevel(Long Level)
Set Vulnerability level.
|
void |
setPublishTime(String PublishTime)
Set Release time
|
void |
setVulId(Long VulId)
Set Vulnerability ID
|
void |
setVulName(String VulName)
Set Vulnerability name
|
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 VulDefenceRangeDetail()
public VulDefenceRangeDetail(VulDefenceRangeDetail source)
public String getVulName()
public void setVulName(String VulName)
VulName
- Vulnerability namepublic String getLabel()
public void setLabel(String Label)
Label
- Tagpublic Long getLevel()
public void setLevel(Long Level)
Level
- Vulnerability level. 1: low-risk; 2: medium-risk; 3: high-risk; 4: critical.public Float getCvssScore()
public void setCvssScore(Float CvssScore)
CvssScore
- CVSS scorepublic String getCveId()
public void setCveId(String CveId)
CveId
- cve idpublic String getPublishTime()
public void setPublishTime(String PublishTime)
PublishTime
- Release timepublic Long getVulId()
public void setVulId(Long VulId)
VulId
- Vulnerability IDCopyright © 2024. All rights reserved.