Class ScanVulAgainRequest

    • Constructor Detail

      • ScanVulAgainRequest

        public ScanVulAgainRequest()
      • ScanVulAgainRequest

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

      • getEventIds

        public String getEventIds()
        Get 漏洞事件id串,多个用英文逗号分隔
        Returns:
        EventIds 漏洞事件id串,多个用英文逗号分隔
      • setEventIds

        public void setEventIds​(String EventIds)
        Set 漏洞事件id串,多个用英文逗号分隔
        Parameters:
        EventIds - 漏洞事件id串,多个用英文逗号分隔
      • getUuids

        public String getUuids()
        Get 重新检查的机器uuid,多个逗号分隔
        Returns:
        Uuids 重新检查的机器uuid,多个逗号分隔
      • setUuids

        public void setUuids​(String Uuids)
        Set 重新检查的机器uuid,多个逗号分隔
        Parameters:
        Uuids - 重新检查的机器uuid,多个逗号分隔