public abstract class RestDto<D> extends Object
protected Integer
count
protected List<D>
items
RestDto()
Integer
getCount()
List<D>
getItems()
void
setCount(Integer count)
setItems(List<D> items)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<D> items
protected Integer count
public RestDto()
public List<D> getItems()
public void setItems(List<D> items)
public void setCount(Integer count)
public Integer getCount()
Copyright © 2023. All rights reserved.