Class ImageVul

    • Constructor Summary

      Constructors 
      Constructor Description
      ImageVul()  
      ImageVul​(ImageVul 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
      Long getAttackLevel()
      Get 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。
      String getCategory()
      Get 分类 注意:此字段可能返回 null,表示取不到有效值。
      String getCategoryType()
      Get 分类2 注意:此字段可能返回 null,表示取不到有效值。
      String getComponent()
      Get 组件名 注意:此字段可能返回 null,表示取不到有效值。
      ComponentsInfo[] getComponents()
      Get 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
      String getCVEID()
      Get 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
      String getCvssScore()
      Get Cvss分数 注意:此字段可能返回 null,表示取不到有效值。
      String getCvssVector()
      Get Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
      String getDefenseSolution()
      Get 防御方案 注意:此字段可能返回 null,表示取不到有效值。
      String getDes()
      Get 描述 注意:此字段可能返回 null,表示取不到有效值。
      String getFixedVersions()
      Get 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
      String getIsSuggest()
      Get 是否建议修复 注意:此字段可能返回 null,表示取不到有效值。
      String getLevel()
      Get 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      String getName()
      Get 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
      String getOfficialSolution()
      Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。
      String getPOCID()
      Get 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
      String getReference()
      Get 引用 注意:此字段可能返回 null,表示取不到有效值。
      String getSubmitTime()
      Get 提交时间 注意:此字段可能返回 null,表示取不到有效值。
      String[] getTag()
      Get 漏洞标签:"CanBeFixed","DynamicLevelPoc","DynamicLevelExp" 注意:此字段可能返回 null,表示取不到有效值。
      String getVersion()
      Get 组件版本 注意:此字段可能返回 null,表示取不到有效值。
      void setAttackLevel​(Long AttackLevel)
      Set 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。
      void setCategory​(String Category)
      Set 分类 注意:此字段可能返回 null,表示取不到有效值。
      void setCategoryType​(String CategoryType)
      Set 分类2 注意:此字段可能返回 null,表示取不到有效值。
      void setComponent​(String Component)
      Set 组件名 注意:此字段可能返回 null,表示取不到有效值。
      void setComponents​(ComponentsInfo[] Components)
      Set 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
      void setCVEID​(String CVEID)
      Set 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
      void setCvssScore​(String CvssScore)
      Set Cvss分数 注意:此字段可能返回 null,表示取不到有效值。
      void setCvssVector​(String CvssVector)
      Set Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
      void setDefenseSolution​(String DefenseSolution)
      Set 防御方案 注意:此字段可能返回 null,表示取不到有效值。
      void setDes​(String Des)
      Set 描述 注意:此字段可能返回 null,表示取不到有效值。
      void setFixedVersions​(String FixedVersions)
      Set 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
      void setIsSuggest​(String IsSuggest)
      Set 是否建议修复 注意:此字段可能返回 null,表示取不到有效值。
      void setLevel​(String Level)
      Set 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      void setName​(String Name)
      Set 漏洞名称 注意:此字段可能返回 null,表示取不到有效值。
      void setOfficialSolution​(String OfficialSolution)
      Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。
      void setPOCID​(String POCID)
      Set 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
      void setReference​(String Reference)
      Set 引用 注意:此字段可能返回 null,表示取不到有效值。
      void setSubmitTime​(String SubmitTime)
      Set 提交时间 注意:此字段可能返回 null,表示取不到有效值。
      void setTag​(String[] Tag)
      Set 漏洞标签:"CanBeFixed","DynamicLevelPoc","DynamicLevelExp" 注意:此字段可能返回 null,表示取不到有效值。
      void setVersion​(String Version)
      Set 组件版本 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • ImageVul

        public ImageVul()
      • ImageVul

        public ImageVul​(ImageVul 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

      • getCVEID

        public String getCVEID()
        Get 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CVEID 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
      • setCVEID

        public void setCVEID​(String CVEID)
        Set 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CVEID - 漏洞id 注意:此字段可能返回 null,表示取不到有效值。
      • getPOCID

        public String getPOCID()
        Get 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        POCID 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
      • setPOCID

        public void setPOCID​(String POCID)
        Set 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        POCID - 观点验证程序id 注意:此字段可能返回 null,表示取不到有效值。
      • getName

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

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

        public ComponentsInfo[] getComponents()
        Get 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Components 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
      • setComponents

        public void setComponents​(ComponentsInfo[] Components)
        Set 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Components - 涉及组件信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCategory

        public String getCategory()
        Get 分类 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Category 分类 注意:此字段可能返回 null,表示取不到有效值。
      • setCategory

        public void setCategory​(String Category)
        Set 分类 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Category - 分类 注意:此字段可能返回 null,表示取不到有效值。
      • getCategoryType

        public String getCategoryType()
        Get 分类2 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CategoryType 分类2 注意:此字段可能返回 null,表示取不到有效值。
      • setCategoryType

        public void setCategoryType​(String CategoryType)
        Set 分类2 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CategoryType - 分类2 注意:此字段可能返回 null,表示取不到有效值。
      • getLevel

        public String getLevel()
        Get 风险等级 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Level 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      • setLevel

        public void setLevel​(String Level)
        Set 风险等级 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Level - 风险等级 注意:此字段可能返回 null,表示取不到有效值。
      • getDes

        public String getDes()
        Get 描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Des 描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDes

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

        public String getOfficialSolution()
        Get 解决方案 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OfficialSolution 解决方案 注意:此字段可能返回 null,表示取不到有效值。
      • setOfficialSolution

        public void setOfficialSolution​(String OfficialSolution)
        Set 解决方案 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OfficialSolution - 解决方案 注意:此字段可能返回 null,表示取不到有效值。
      • getReference

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

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

        public String getDefenseSolution()
        Get 防御方案 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DefenseSolution 防御方案 注意:此字段可能返回 null,表示取不到有效值。
      • setDefenseSolution

        public void setDefenseSolution​(String DefenseSolution)
        Set 防御方案 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DefenseSolution - 防御方案 注意:此字段可能返回 null,表示取不到有效值。
      • getSubmitTime

        public String getSubmitTime()
        Get 提交时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubmitTime 提交时间 注意:此字段可能返回 null,表示取不到有效值。
      • setSubmitTime

        public void setSubmitTime​(String SubmitTime)
        Set 提交时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubmitTime - 提交时间 注意:此字段可能返回 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,表示取不到有效值。
      • getCvssVector

        public String getCvssVector()
        Get Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CvssVector Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
      • setCvssVector

        public void setCvssVector​(String CvssVector)
        Set Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CvssVector - Cvss信息 注意:此字段可能返回 null,表示取不到有效值。
      • getIsSuggest

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

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

        public String getFixedVersions()
        Get 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FixedVersions 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
      • setFixedVersions

        public void setFixedVersions​(String FixedVersions)
        Set 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FixedVersions - 修复版本号 注意:此字段可能返回 null,表示取不到有效值。
      • getTag

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

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

        public String getComponent()
        Get 组件名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Component 组件名 注意:此字段可能返回 null,表示取不到有效值。
      • setComponent

        public void setComponent​(String Component)
        Set 组件名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Component - 组件名 注意:此字段可能返回 null,表示取不到有效值。
      • getVersion

        public String getVersion()
        Get 组件版本 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Version 组件版本 注意:此字段可能返回 null,表示取不到有效值。
      • setVersion

        public void setVersion​(String Version)
        Set 组件版本 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Version - 组件版本 注意:此字段可能返回 null,表示取不到有效值。
      • getAttackLevel

        public Long getAttackLevel()
        Get 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AttackLevel 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。
      • setAttackLevel

        public void setAttackLevel​(Long AttackLevel)
        Set 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AttackLevel - 攻击热度 0-3 注意:此字段可能返回 null,表示取不到有效值。