Class EntityArrayEnvelope<T>

    • Field Detail

      • totalCount

        protected java.lang.Integer totalCount
      • next

        protected java.lang.String next
      • prev

        protected java.lang.String prev
    • Constructor Detail

      • EntityArrayEnvelope

        public EntityArrayEnvelope()
    • Method Detail

      • nextPage

        public PNPage nextPage()
      • previousPage

        public PNPage previousPage()
      • getTotalCount

        public java.lang.Integer getTotalCount()
      • getNext

        public java.lang.String getNext()
      • getPrev

        public java.lang.String getPrev()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object