Class ServicePage

    • Constructor Detail

      • ServicePage

        public ServicePage()
      • ServicePage

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

      • getRecords

        public TemService[] getRecords()
        Get 条目
        Returns:
        Records 条目
      • setRecords

        public void setRecords​(TemService[] Records)
        Set 条目
        Parameters:
        Records - 条目
      • getTotal

        public Long getTotal()
        Get 总数
        Returns:
        Total 总数
      • setTotal

        public void setTotal​(Long Total)
        Set 总数
        Parameters:
        Total - 总数
      • getSize

        public Long getSize()
        Get 条目
        Returns:
        Size 条目
      • setSize

        public void setSize​(Long Size)
        Set 条目
        Parameters:
        Size - 条目
      • getPages

        public Long getPages()
        Get 页数
        Returns:
        Pages 页数
      • setPages

        public void setPages​(Long Pages)
        Set 页数
        Parameters:
        Pages - 页数
      • getCurrent

        public Long getCurrent()
        Get 当前条数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Current 当前条数 注意:此字段可能返回 null,表示取不到有效值。
      • setCurrent

        public void setCurrent​(Long Current)
        Set 当前条数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Current - 当前条数 注意:此字段可能返回 null,表示取不到有效值。