public class CustomerListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerListResponse.CustomerListResponseBuilder |
| Constructor and Description |
|---|
CustomerListResponse() |
CustomerListResponse(List<CustomerResponse> customers) |
| Modifier and Type | Method and Description |
|---|---|
static CustomerListResponse.CustomerListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustomerResponse> |
getCustomers() |
int |
hashCode() |
void |
setCustomers(List<CustomerResponse> customers) |
String |
toString() |
public CustomerListResponse(List<CustomerResponse> customers)
public CustomerListResponse()
public static CustomerListResponse.CustomerListResponseBuilder builder()
public List<CustomerResponse> getCustomers()
public void setCustomers(List<CustomerResponse> customers)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.