Class Paging

    • Constructor Detail

      • Paging

        public Paging()
      • Paging

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

      • getIndex

        public Long getIndex()
        Get 页码
        Returns:
        Index 页码
      • setIndex

        public void setIndex​(Long Index)
        Set 页码
        Parameters:
        Index - 页码
      • getCount

        public Long getCount()
        Get 页长
        Returns:
        Count 页长
      • setCount

        public void setCount​(Long Count)
        Set 页长
        Parameters:
        Count - 页长