All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.contract.PagingResponse Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract;

public interface PagingResponse {

  Long getTotalCount();

  void setTotalCount(Long totalCount);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy