public class Customers extends CustomerRepresentation
Modifier and Type | Field and Description |
---|---|
private List<Customer> |
customers |
private int |
limit |
private int |
offset |
private static long |
serialVersionUID |
NAMESPACE
Constructor and Description |
---|
Customers() |
Customers(List<Customer> customers,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
List<Customer> |
getCustomers() |
int |
getLimit() |
int |
getOffset() |
void |
setCategories(List<Customer> customers) |
void |
setCount(int count) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
getVersion, setVersion, toString, unmarshall
private static final long serialVersionUID
private int offset
private int limit
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.