Class PaginatedResult.Meta

  • Enclosing class:
    PaginatedResult<T>

    public static class PaginatedResult.Meta
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int total  
    • Constructor Summary

      Constructors 
      Constructor Description
      Meta​(int total)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • total

        public final int total
    • Constructor Detail

      • Meta

        public Meta​(int total)