Class SecurityTrend

    • Constructor Detail

      • SecurityTrend

        public SecurityTrend()
      • SecurityTrend

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

      • getDate

        public String getDate()
        Get 事件时间。
        Returns:
        Date 事件时间。
      • setDate

        public void setDate​(String Date)
        Set 事件时间。
        Parameters:
        Date - 事件时间。
      • getEventNum

        public Long getEventNum()
        Get 事件数量。
        Returns:
        EventNum 事件数量。
      • setEventNum

        public void setEventNum​(Long EventNum)
        Set 事件数量。
        Parameters:
        EventNum - 事件数量。