public class BugInfoDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
BugInfoDetail() |
BugInfoDetail(BugInfoDetail 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 |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCVEId()
Get cve编号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCVSSScore()
Get cvss评分
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFix()
Get 修复建议
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 漏洞编号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImpactCOMPENT()
Get 漏洞影响组件
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImpactOs()
Get 漏洞影响系统
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImpactVersion()
Get 漏洞影响版本
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsPublish()
Get 是否公开,0为未发布,1为发布
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLevel()
Get 漏洞严重性:high,middle,low,info
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPatchId()
Get 漏洞对应pocId
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProSupport()
Get 产品支持状态,实时返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReference()
Get 链接
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReleaseTime()
Get 释放时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubCategory()
Get 漏洞子类别
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTag()
Get 漏洞标签
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVULCategory()
Get 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVULDescribe()
Get 漏洞描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVULName()
Get 漏洞名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCVEId(String CVEId)
Set cve编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCVSSScore(String CVSSScore)
Set cvss评分
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFix(String Fix)
Set 修复建议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 漏洞编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImpactCOMPENT(String ImpactCOMPENT)
Set 漏洞影响组件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImpactOs(String ImpactOs)
Set 漏洞影响系统
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImpactVersion(String ImpactVersion)
Set 漏洞影响版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsPublish(Long IsPublish)
Set 是否公开,0为未发布,1为发布
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(String Level)
Set 漏洞严重性:high,middle,low,info
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPatchId(String PatchId)
Set 漏洞对应pocId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProSupport(Long ProSupport)
Set 产品支持状态,实时返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReference(String Reference)
Set 链接
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReleaseTime(String ReleaseTime)
Set 释放时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubCategory(String SubCategory)
Set 漏洞子类别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTag(String Tag)
Set 漏洞标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVULCategory(Long VULCategory)
Set 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVULDescribe(String VULDescribe)
Set 漏洞描述
注意:此字段可能返回 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BugInfoDetail()
public BugInfoDetail(BugInfoDetail source)
public Long getId()
public void setId(Long Id)
Id
- 漏洞编号
注意:此字段可能返回 null,表示取不到有效值。public String getPatchId()
public void setPatchId(String PatchId)
PatchId
- 漏洞对应pocId
注意:此字段可能返回 null,表示取不到有效值。public String getVULName()
public void setVULName(String VULName)
VULName
- 漏洞名称
注意:此字段可能返回 null,表示取不到有效值。public String getLevel()
public void setLevel(String Level)
Level
- 漏洞严重性:high,middle,low,info
注意:此字段可能返回 null,表示取不到有效值。public String getCVSSScore()
public void setCVSSScore(String CVSSScore)
CVSSScore
- cvss评分
注意:此字段可能返回 null,表示取不到有效值。public String getCVEId()
public void setCVEId(String CVEId)
CVEId
- cve编号
注意:此字段可能返回 null,表示取不到有效值。public String getTag()
public void setTag(String Tag)
Tag
- 漏洞标签
注意:此字段可能返回 null,表示取不到有效值。public Long getVULCategory()
public void setVULCategory(Long VULCategory)
VULCategory
- 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险
注意:此字段可能返回 null,表示取不到有效值。public String getImpactOs()
public void setImpactOs(String ImpactOs)
ImpactOs
- 漏洞影响系统
注意:此字段可能返回 null,表示取不到有效值。public String getImpactCOMPENT()
public void setImpactCOMPENT(String ImpactCOMPENT)
ImpactCOMPENT
- 漏洞影响组件
注意:此字段可能返回 null,表示取不到有效值。public String getImpactVersion()
public void setImpactVersion(String ImpactVersion)
ImpactVersion
- 漏洞影响版本
注意:此字段可能返回 null,表示取不到有效值。public String getReference()
public void setReference(String Reference)
Reference
- 链接
注意:此字段可能返回 null,表示取不到有效值。public String getVULDescribe()
public void setVULDescribe(String VULDescribe)
VULDescribe
- 漏洞描述
注意:此字段可能返回 null,表示取不到有效值。public String getFix()
public void setFix(String Fix)
Fix
- 修复建议
注意:此字段可能返回 null,表示取不到有效值。public Long getProSupport()
public void setProSupport(Long ProSupport)
ProSupport
- 产品支持状态,实时返回
注意:此字段可能返回 null,表示取不到有效值。public Long getIsPublish()
public void setIsPublish(Long IsPublish)
IsPublish
- 是否公开,0为未发布,1为发布
注意:此字段可能返回 null,表示取不到有效值。public String getReleaseTime()
public void setReleaseTime(String ReleaseTime)
ReleaseTime
- 释放时间
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public String getSubCategory()
public void setSubCategory(String SubCategory)
SubCategory
- 漏洞子类别
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.