Class TsfPageConfig

    • Constructor Detail

      • TsfPageConfig

        public TsfPageConfig()
      • TsfPageConfig

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

      • getTotalCount

        public Long getTotalCount()
        Get TsfPageConfig
        Returns:
        TotalCount TsfPageConfig
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set TsfPageConfig
        Parameters:
        TotalCount - TsfPageConfig
      • getContent

        public Config[] getContent()
        Get 配置项列表
        Returns:
        Content 配置项列表
      • setContent

        public void setContent​(Config[] Content)
        Set 配置项列表
        Parameters:
        Content - 配置项列表