public class APIListPaginationDTO extends Object
APIListPaginationDTO()
Integer
getLimit()
getOffset()
getTotal()
void
setLimit(Integer limit)
setOffset(Integer offset)
setTotal(Integer total)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public APIListPaginationDTO()
public Integer getTotal()
public void setTotal(Integer total)
public Integer getOffset()
public void setOffset(Integer offset)
public Integer getLimit()
public void setLimit(Integer limit)
Copyright © 2019 WSO2. All rights reserved.