Class NamespacePage

    • Constructor Detail

      • NamespacePage

        public NamespacePage()
      • NamespacePage

        public NamespacePage​(NamespacePage 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 TemNamespaceInfo[] getRecords()
        Get 分页内容
        Returns:
        Records 分页内容
      • setRecords

        public void setRecords​(TemNamespaceInfo[] 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,表示取不到有效值。