public class Stores extends Object
Stores()
List<Link>
getLinks()
List<Store>
getStores()
Integer
getTotalItems()
Stores
setLinks(List<Link> links)
setStores(List<Store> stores)
setTotalItems(Integer totalItems)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Stores()
public List<Store> getStores()
public Stores setStores(List<Store> stores)
public Integer getTotalItems()
public Stores setTotalItems(Integer totalItems)
public List<Link> getLinks()
public Stores setLinks(List<Link> links)
Copyright © 2020. All rights reserved.