Class PaginationDto

java.lang.Object
com.github.badpop.jcoinbase.service.dto.PaginationDto

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

    Constructors
    Constructor Description
    PaginationDto()  
  • Method Summary

    Modifier and Type Method Description
    Pagination toPagination()  

    Methods inherited from class java.lang.Object

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

    • PaginationDto

      public PaginationDto()
  • Method Details