Class AntTableResponse<T extends AntTableItem>

  • Type Parameters:
    T - The type of AntTableItem included in the response.

    public class AntTableResponse<T extends AntTableItem>
    extends java.lang.Object
    Base class to be used to represent a single page in a AntD table.
    • Constructor Summary

      Constructors 
      Constructor Description
      AntTableResponse​(java.util.List<T> content, java.lang.Long total)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> getContent()  
      java.lang.Long getTotal()  
      void setContent​(java.util.List<T> content)  
      void setTotal​(java.lang.Long total)  
      • Methods inherited from class java.lang.Object

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

      • AntTableResponse

        public AntTableResponse​(java.util.List<T> content,
                                java.lang.Long total)
    • Method Detail

      • getContent

        public java.util.List<?> getContent()
      • setContent

        public void setContent​(java.util.List<T> content)
      • getTotal

        public java.lang.Long getTotal()
      • setTotal

        public void setTotal​(java.lang.Long total)