Class BugInfoDetail

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
    • Constructor Detail

      • BugInfoDetail

        public BugInfoDetail()
      • BugInfoDetail

        public 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.
    • Method Detail

      • getId

        public Long getId()
        Get 漏洞编号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Id 漏洞编号 注意:此字段可能返回 null,表示取不到有效值。
      • setId

        public void setId​(Long Id)
        Set 漏洞编号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Id - 漏洞编号 注意:此字段可能返回 null,表示取不到有效值。
      • getPatchId

        public String getPatchId()
        Get 漏洞对应pocId 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PatchId 漏洞对应pocId 注意:此字段可能返回 null,表示取不到有效值。
      • setPatchId

        public void setPatchId​(String PatchId)
        Set 漏洞对应pocId 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PatchId - 漏洞对应pocId 注意:此字段可能返回 null,表示取不到有效值。
      • getVULName

        public String getVULName()
        Get 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VULName 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
      • setVULName

        public void setVULName​(String VULName)
        Set 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VULName - 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
      • getLevel

        public String getLevel()
        Get 漏洞严重性:high,middle,low,info 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Level 漏洞严重性:high,middle,low,info 注意:此字段可能返回 null,表示取不到有效值。
      • setLevel

        public void setLevel​(String Level)
        Set 漏洞严重性:high,middle,low,info 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Level - 漏洞严重性:high,middle,low,info 注意:此字段可能返回 null,表示取不到有效值。
      • getCVSSScore

        public String getCVSSScore()
        Get cvss评分 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CVSSScore cvss评分 注意:此字段可能返回 null,表示取不到有效值。
      • setCVSSScore

        public void setCVSSScore​(String CVSSScore)
        Set cvss评分 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CVSSScore - cvss评分 注意:此字段可能返回 null,表示取不到有效值。
      • getCVEId

        public String getCVEId()
        Get cve编号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CVEId cve编号 注意:此字段可能返回 null,表示取不到有效值。
      • setCVEId

        public void setCVEId​(String CVEId)
        Set cve编号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CVEId - cve编号 注意:此字段可能返回 null,表示取不到有效值。
      • getTag

        public String getTag()
        Get 漏洞标签 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Tag 漏洞标签 注意:此字段可能返回 null,表示取不到有效值。
      • setTag

        public void setTag​(String Tag)
        Set 漏洞标签 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Tag - 漏洞标签 注意:此字段可能返回 null,表示取不到有效值。
      • getVULCategory

        public Long getVULCategory()
        Get 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VULCategory 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险 注意:此字段可能返回 null,表示取不到有效值。
      • setVULCategory

        public void setVULCategory​(Long VULCategory)
        Set 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VULCategory - 漏洞种类,1:web应用,2:系统组件漏洞,3:配置风险 注意:此字段可能返回 null,表示取不到有效值。
      • getImpactOs

        public String getImpactOs()
        Get 漏洞影响系统 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImpactOs 漏洞影响系统 注意:此字段可能返回 null,表示取不到有效值。
      • setImpactOs

        public void setImpactOs​(String ImpactOs)
        Set 漏洞影响系统 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImpactOs - 漏洞影响系统 注意:此字段可能返回 null,表示取不到有效值。
      • getImpactCOMPENT

        public String getImpactCOMPENT()
        Get 漏洞影响组件 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImpactCOMPENT 漏洞影响组件 注意:此字段可能返回 null,表示取不到有效值。
      • setImpactCOMPENT

        public void setImpactCOMPENT​(String ImpactCOMPENT)
        Set 漏洞影响组件 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImpactCOMPENT - 漏洞影响组件 注意:此字段可能返回 null,表示取不到有效值。
      • getImpactVersion

        public String getImpactVersion()
        Get 漏洞影响版本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImpactVersion 漏洞影响版本 注意:此字段可能返回 null,表示取不到有效值。
      • setImpactVersion

        public void setImpactVersion​(String ImpactVersion)
        Set 漏洞影响版本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImpactVersion - 漏洞影响版本 注意:此字段可能返回 null,表示取不到有效值。
      • getReference

        public String getReference()
        Get 链接 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Reference 链接 注意:此字段可能返回 null,表示取不到有效值。
      • setReference

        public void setReference​(String Reference)
        Set 链接 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Reference - 链接 注意:此字段可能返回 null,表示取不到有效值。
      • getVULDescribe

        public String getVULDescribe()
        Get 漏洞描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        VULDescribe 漏洞描述 注意:此字段可能返回 null,表示取不到有效值。
      • setVULDescribe

        public void setVULDescribe​(String VULDescribe)
        Set 漏洞描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        VULDescribe - 漏洞描述 注意:此字段可能返回 null,表示取不到有效值。
      • getFix

        public String getFix()
        Get 修复建议 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Fix 修复建议 注意:此字段可能返回 null,表示取不到有效值。
      • setFix

        public void setFix​(String Fix)
        Set 修复建议 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Fix - 修复建议 注意:此字段可能返回 null,表示取不到有效值。
      • getProSupport

        public Long getProSupport()
        Get 产品支持状态,实时返回 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProSupport 产品支持状态,实时返回 注意:此字段可能返回 null,表示取不到有效值。
      • setProSupport

        public void setProSupport​(Long ProSupport)
        Set 产品支持状态,实时返回 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProSupport - 产品支持状态,实时返回 注意:此字段可能返回 null,表示取不到有效值。
      • getIsPublish

        public Long getIsPublish()
        Get 是否公开,0为未发布,1为发布 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsPublish 是否公开,0为未发布,1为发布 注意:此字段可能返回 null,表示取不到有效值。
      • setIsPublish

        public void setIsPublish​(Long IsPublish)
        Set 是否公开,0为未发布,1为发布 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsPublish - 是否公开,0为未发布,1为发布 注意:此字段可能返回 null,表示取不到有效值。
      • getReleaseTime

        public String getReleaseTime()
        Get 释放时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReleaseTime 释放时间 注意:此字段可能返回 null,表示取不到有效值。
      • setReleaseTime

        public void setReleaseTime​(String ReleaseTime)
        Set 释放时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReleaseTime - 释放时间 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdateTime

        public String getUpdateTime()
        Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdateTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdateTime - 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • getSubCategory

        public String getSubCategory()
        Get 漏洞子类别 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubCategory 漏洞子类别 注意:此字段可能返回 null,表示取不到有效值。
      • setSubCategory

        public void setSubCategory​(String SubCategory)
        Set 漏洞子类别 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubCategory - 漏洞子类别 注意:此字段可能返回 null,表示取不到有效值。