Class ModifyConfigAttributeRequest


  • public class ModifyConfigAttributeRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyConfigAttributeRequest

        public ModifyConfigAttributeRequest()
      • ModifyConfigAttributeRequest

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

      • getNoticeLevel

        public String getNoticeLevel()
        Get 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示
        Returns:
        NoticeLevel 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示
      • setNoticeLevel

        public void setNoticeLevel​(String NoticeLevel)
        Set 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示
        Parameters:
        NoticeLevel - 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示