Class TopEntry

    • Constructor Detail

      • TopEntry

        public TopEntry()
      • TopEntry

        public TopEntry​(TopEntry 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 top查询维度值。
        Returns:
        Key top查询维度值。
      • setKey

        public void setKey​(String Key)
        Set top查询维度值。
        Parameters:
        Key - top查询维度值。
      • getValue

        public TopEntryValue[] getValue()
        Get 查询具体数据。
        Returns:
        Value 查询具体数据。
      • setValue

        public void setValue​(TopEntryValue[] Value)
        Set 查询具体数据。
        Parameters:
        Value - 查询具体数据。