Class RunTimeRiskInfo

    • Constructor Detail

      • RunTimeRiskInfo

        public RunTimeRiskInfo()
      • RunTimeRiskInfo

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

      • getCnt

        public Long getCnt()
        Get 数量
        Returns:
        Cnt 数量
      • setCnt

        public void setCnt​(Long Cnt)
        Set 数量
        Parameters:
        Cnt - 数量
      • getLevel

        public String getLevel()
        Get 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低
        Returns:
        Level 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低
      • setLevel

        public void setLevel​(String Level)
        Set 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低
        Parameters:
        Level - 风险等级: CRITICAL: 严重 HIGH: 高 MEDIUM:中 LOW: 低