public class PaymentListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentListResponse.PaymentListResponseBuilder |
| Constructor and Description |
|---|
PaymentListResponse() |
PaymentListResponse(List<PaymentResponse> payments) |
| Modifier and Type | Method and Description |
|---|---|
static PaymentListResponse.PaymentListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<PaymentResponse> |
getPayments() |
int |
hashCode() |
void |
setPayments(List<PaymentResponse> payments) |
String |
toString() |
public PaymentListResponse(List<PaymentResponse> payments)
public PaymentListResponse()
public static PaymentListResponse.PaymentListResponseBuilder builder()
public List<PaymentResponse> getPayments()
public void setPayments(List<PaymentResponse> payments)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.