public final class Item
private final Integer
id
count
Item(Integer id, Integer count)
final Map<String, JsonPrimitive>
toJSON()
final Integer
component1()
component2()
final Item
copy(Integer id, Integer count)
getId()
getCount()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Map<String, JsonPrimitive> toJSON()
final Integer component1()
final Integer component2()
final Item copy(Integer id, Integer count)
final Integer getId()
final Integer getCount()