Class NARPaginationResponse

java.lang.Object
com.nt.udc.admin.nareditor.NARPaginationResponse
All Implemented Interfaces:
Serializable

public class NARPaginationResponse extends Object implements Serializable
Structure to hold the response body for the filter function
See Also:
  • Constructor Details

    • NARPaginationResponse

      public NARPaginationResponse(List<NarWithOffset> nars, int totalRecords, boolean hasMore)
  • Method Details

    • getNars

      public List<NarWithOffset> getNars()
    • getTotalRecords

      public int getTotalRecords()
    • isHasMore

      public boolean isHasMore()