Class DestinationListResponse

java.lang.Object
dev.evercatch.model.DestinationListResponse

public class DestinationListResponse extends Object
Wrapper for paginated destination list responses from the API.
  • Constructor Details

    • DestinationListResponse

      public DestinationListResponse()
  • Method Details

    • getData

      public List<Destination> getData()
    • setData

      public void setData(List<Destination> data)
    • getNextCursor

      public String getNextCursor()
    • setNextCursor

      public void setNextCursor(String nextCursor)
    • getTotal

      public Integer getTotal()
    • setTotal

      public void setTotal(Integer total)