Class Aspect

    • Constructor Detail

      • Aspect

        public Aspect()
      • Aspect

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

      • getName

        public String getName()
        Get 维度名字
        Returns:
        Name 维度名字
      • setName

        public void setName​(String Name)
        Set 维度名字
        Parameters:
        Name - 维度名字
      • getScore

        public Float getScore()
        Get 维度得分
        Returns:
        Score 维度得分
      • setScore

        public void setScore​(Float Score)
        Set 维度得分
        Parameters:
        Score - 维度得分
      • getPercentage

        public Float getPercentage()
        Get 维度分数占比
        Returns:
        Percentage 维度分数占比
      • setPercentage

        public void setPercentage​(Float Percentage)
        Set 维度分数占比
        Parameters:
        Percentage - 维度分数占比