Class BotStatPointItem

    • Constructor Detail

      • BotStatPointItem

        public BotStatPointItem()
      • BotStatPointItem

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

      • getTimeStamp

        public String getTimeStamp()
        Get 横坐标
        Returns:
        TimeStamp 横坐标
      • setTimeStamp

        public void setTimeStamp​(String TimeStamp)
        Set 横坐标
        Parameters:
        TimeStamp - 横坐标
      • getKey

        public String getKey()
        Get value的所属对象
        Returns:
        Key value的所属对象
      • setKey

        public void setKey​(String Key)
        Set value的所属对象
        Parameters:
        Key - value的所属对象
      • getValue

        public Long getValue()
        Get 纵列表
        Returns:
        Value 纵列表
      • setValue

        public void setValue​(Long Value)
        Set 纵列表
        Parameters:
        Value - 纵列表
      • getLabel

        public String getLabel()
        Get Key对应的页面展示内容
        Returns:
        Label Key对应的页面展示内容
      • setLabel

        public void setLabel​(String Label)
        Set Key对应的页面展示内容
        Parameters:
        Label - Key对应的页面展示内容