Class VulStoreListInfo

    • Constructor Detail

      • VulStoreListInfo

        public VulStoreListInfo()
      • VulStoreListInfo

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

      • getVulId

        public Long getVulId()
        Get 漏洞ID
        Returns:
        VulId 漏洞ID
      • setVulId

        public void setVulId​(Long VulId)
        Set 漏洞ID
        Parameters:
        VulId - 漏洞ID
      • getLevel

        public Long getLevel()
        Get 漏洞级别
        Returns:
        Level 漏洞级别
      • setLevel

        public void setLevel​(Long Level)
        Set 漏洞级别
        Parameters:
        Level - 漏洞级别
      • getName

        public String getName()
        Get 漏洞名称
        Returns:
        Name 漏洞名称
      • setName

        public void setName​(String Name)
        Set 漏洞名称
        Parameters:
        Name - 漏洞名称
      • getCveId

        public String getCveId()
        Get cve编号
        Returns:
        CveId cve编号
      • setCveId

        public void setCveId​(String CveId)
        Set cve编号
        Parameters:
        CveId - cve编号
      • getVulCategory

        public Long getVulCategory()
        Get 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
        Returns:
        VulCategory 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
      • setVulCategory

        public void setVulCategory​(Long VulCategory)
        Set 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
        Parameters:
        VulCategory - 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
      • getPublishDate

        public String getPublishDate()
        Get 发布时间
        Returns:
        PublishDate 发布时间
      • setPublishDate

        public void setPublishDate​(String PublishDate)
        Set 发布时间
        Parameters:
        PublishDate - 发布时间
      • getMethod

        public Long getMethod()
        Get 漏洞检测方法 0 - 版本比对, 1 - POC验证
        Returns:
        Method 漏洞检测方法 0 - 版本比对, 1 - POC验证
      • setMethod

        public void setMethod​(Long Method)
        Set 漏洞检测方法 0 - 版本比对, 1 - POC验证
        Parameters:
        Method - 漏洞检测方法 0 - 版本比对, 1 - POC验证
      • getAttackLevel

        public Long getAttackLevel()
        Get 漏洞攻击热度
        Returns:
        AttackLevel 漏洞攻击热度
      • setAttackLevel

        public void setAttackLevel​(Long AttackLevel)
        Set 漏洞攻击热度
        Parameters:
        AttackLevel - 漏洞攻击热度
      • getFixSwitch

        public Long getFixSwitch()
        Get 漏洞是否支持自动修复 0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
        Returns:
        FixSwitch 漏洞是否支持自动修复 0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
      • setFixSwitch

        public void setFixSwitch​(Long FixSwitch)
        Set 漏洞是否支持自动修复 0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
        Parameters:
        FixSwitch - 漏洞是否支持自动修复 0-windows/linux均关闭; 1-windows/linux均打开; 2-仅linux; 3-仅windows
      • getSupportDefense

        public Long getSupportDefense()
        Get 漏洞是否支持防御 0:不支持 1:支持
        Returns:
        SupportDefense 漏洞是否支持防御 0:不支持 1:支持
      • setSupportDefense

        public void setSupportDefense​(Long SupportDefense)
        Set 漏洞是否支持防御 0:不支持 1:支持
        Parameters:
        SupportDefense - 漏洞是否支持防御 0:不支持 1:支持