Class TsfPageApiGroupInfo

    • Constructor Detail

      • TsfPageApiGroupInfo

        public TsfPageApiGroupInfo()
      • TsfPageApiGroupInfo

        public TsfPageApiGroupInfo​(TsfPageApiGroupInfo 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 总记录数
        Returns:
        TotalCount 总记录数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 总记录数
        Parameters:
        TotalCount - 总记录数
      • getContent

        public ApiGroupInfo[] getContent()
        Get API分组信息
        Returns:
        Content API分组信息
      • setContent

        public void setContent​(ApiGroupInfo[] Content)
        Set API分组信息
        Parameters:
        Content - API分组信息