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