Class QuerySort

    • Constructor Detail

      • QuerySort

        public QuerySort()
      • QuerySort

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

      • getSortKey

        public String getSortKey()
        Get 排序字段
        Returns:
        SortKey 排序字段
      • setSortKey

        public void setSortKey​(String SortKey)
        Set 排序字段
        Parameters:
        SortKey - 排序字段
      • getSortType

        public Long getSortType()
        Get 顺序,1升序2降序
        Returns:
        SortType 顺序,1升序2降序
      • setSortType

        public void setSortType​(Long SortType)
        Set 顺序,1升序2降序
        Parameters:
        SortType - 顺序,1升序2降序