public class InvoicesListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoicesListResponse.InvoicesListResponseBuilder |
| Constructor and Description |
|---|
InvoicesListResponse() |
InvoicesListResponse(List<InvoiceResponse> invoices) |
| Modifier and Type | Method and Description |
|---|---|
static InvoicesListResponse.InvoicesListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<InvoiceResponse> |
getInvoices() |
int |
hashCode() |
void |
setInvoices(List<InvoiceResponse> invoices) |
String |
toString() |
public InvoicesListResponse(List<InvoiceResponse> invoices)
public InvoicesListResponse()
public static InvoicesListResponse.InvoicesListResponseBuilder builder()
public List<InvoiceResponse> getInvoices()
public void setInvoices(List<InvoiceResponse> invoices)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.