Class FilmsResponse

java.lang.Object
sk.gursky.films.persist.films.FilmsResponse

public class FilmsResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FilmsResponse​(java.util.List<Film> items, long totalCount)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Film> getItems()  
    long getTotalCount()  
    void setItems​(java.util.List<Film> items)  
    void setTotalCount​(long totalCount)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait