Class BotSortBy

    • Constructor Detail

      • BotSortBy

        public BotSortBy()
      • BotSortBy

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

      • getKey

        public String getKey()
        Get 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
        Returns:
        Key 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
      • setKey

        public void setKey​(String Key)
        Set 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
        Parameters:
        Key - 排序参数名称, 取值为:timestamp, nums, session_duration,score.total,stat.avg_speed分别表示按照:最新检测时间,会话总次数,会话持续时间,BOT得分,平均速率排序
      • getSequence

        public String getSequence()
        Get asc/desc
        Returns:
        Sequence asc/desc
      • setSequence

        public void setSequence​(String Sequence)
        Set asc/desc
        Parameters:
        Sequence - asc/desc