public class Customers extends Object
| Constructor and Description |
|---|
Customers() |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
getCustomers() |
List<Link> |
getLinks() |
Integer |
getTotalItems() |
Customers |
setCustomers(List<Customer> customers) |
Customers |
setLinks(List<Link> links) |
Customers |
setTotalItems(Integer totalItems) |
public Integer getTotalItems()
Copyright © 2020. All rights reserved.