Class BigKeyInfo

    • Constructor Detail

      • BigKeyInfo

        public BigKeyInfo()
      • BigKeyInfo

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

      • getDB

        public Long getDB()
        Get 所属的database
        Returns:
        DB 所属的database
      • setDB

        public void setDB​(Long DB)
        Set 所属的database
        Parameters:
        DB - 所属的database
      • getKey

        public String getKey()
        Get 大Key
        Returns:
        Key 大Key
      • setKey

        public void setKey​(String Key)
        Set 大Key
        Parameters:
        Key - 大Key
      • getType

        public String getType()
        Get 类型
        Returns:
        Type 类型
      • setType

        public void setType​(String Type)
        Set 类型
        Parameters:
        Type - 类型
      • getSize

        public Long getSize()
        Get 大小
        Returns:
        Size 大小
      • setSize

        public void setSize​(Long Size)
        Set 大小
        Parameters:
        Size - 大小
      • getUpdatetime

        public Long getUpdatetime()
        Get 数据时间戳
        Returns:
        Updatetime 数据时间戳
      • setUpdatetime

        public void setUpdatetime​(Long Updatetime)
        Set 数据时间戳
        Parameters:
        Updatetime - 数据时间戳