Class Advice

    • Constructor Detail

      • Advice

        public Advice()
      • Advice

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

      • getProblem

        public String getProblem()
        Get 问题描述。
        Returns:
        Problem 问题描述。
      • setProblem

        public void setProblem​(String Problem)
        Set 问题描述。
        Parameters:
        Problem - 问题描述。
      • getDetail

        public String getDetail()
        Get 问题详情。
        Returns:
        Detail 问题详情。
      • setDetail

        public void setDetail​(String Detail)
        Set 问题详情。
        Parameters:
        Detail - 问题详情。
      • getSolution

        public String getSolution()
        Get 建议解决方案。
        Returns:
        Solution 建议解决方案。
      • setSolution

        public void setSolution​(String Solution)
        Set 建议解决方案。
        Parameters:
        Solution - 建议解决方案。
      • getLevel

        public String getLevel()
        Get 伸缩建议警告级别。取值范围:
      • WARNING:警告级别
      • CRITICAL:严重级别
Returns:
Level 伸缩建议警告级别。取值范围:
  • WARNING:警告级别
  • CRITICAL:严重级别
  • Parameters:
    Level - 伸缩建议警告级别。取值范围:
  • WARNING:警告级别
  • CRITICAL:严重级别