public class OrderRefundListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderRefundListResponse.OrderRefundListResponseBuilder |
| Constructor and Description |
|---|
OrderRefundListResponse() |
OrderRefundListResponse(List<RefundResponse> refunds,
List<PaymentResponse> payments) |
| Modifier and Type | Method and Description |
|---|---|
static OrderRefundListResponse.OrderRefundListResponseBuilder |
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 OrderRefundListResponse(List<RefundResponse> refunds, List<PaymentResponse> payments)
public OrderRefundListResponse()
public static OrderRefundListResponse.OrderRefundListResponseBuilder builder()
public List<RefundResponse> getRefunds()
public List<PaymentResponse> getPayments()
public void setRefunds(List<RefundResponse> refunds)
public void setPayments(List<PaymentResponse> payments)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.