public class SettlementResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SettlementResponse.SettlementResponseBuilder |
| Constructor and Description |
|---|
SettlementResponse() |
SettlementResponse(String resource,
String id,
String reference,
OffsetDateTime createdAt,
OffsetDateTime settledAt,
SettlementStatus status,
Amount amount,
HashMap<Integer,HashMap<Integer,PeriodResponse>> periods,
String invoiceId,
SettlementLinks links) |
| Modifier and Type | Method and Description |
|---|---|
static SettlementResponse.SettlementResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Amount |
getAmount() |
OffsetDateTime |
getCreatedAt() |
String |
getId() |
String |
getInvoiceId() |
SettlementLinks |
getLinks() |
HashMap<Integer,HashMap<Integer,PeriodResponse>> |
getPeriods() |
String |
getReference() |
String |
getResource() |
OffsetDateTime |
getSettledAt() |
SettlementStatus |
getStatus() |
int |
hashCode() |
void |
setAmount(Amount amount) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setId(String id) |
void |
setInvoiceId(String invoiceId) |
void |
setLinks(SettlementLinks links) |
void |
setPeriods(HashMap<Integer,HashMap<Integer,PeriodResponse>> periods) |
void |
setReference(String reference) |
void |
setResource(String resource) |
void |
setSettledAt(OffsetDateTime settledAt) |
void |
setStatus(SettlementStatus status) |
String |
toString() |
public SettlementResponse(String resource, String id, String reference, OffsetDateTime createdAt, OffsetDateTime settledAt, SettlementStatus status, Amount amount, HashMap<Integer,HashMap<Integer,PeriodResponse>> periods, String invoiceId, SettlementLinks links)
public SettlementResponse()
public static SettlementResponse.SettlementResponseBuilder builder()
public String getResource()
public String getId()
public String getReference()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getSettledAt()
public SettlementStatus getStatus()
public Amount getAmount()
public HashMap<Integer,HashMap<Integer,PeriodResponse>> getPeriods()
public String getInvoiceId()
public SettlementLinks getLinks()
public void setResource(String resource)
public void setId(String id)
public void setReference(String reference)
public void setCreatedAt(OffsetDateTime createdAt)
public void setSettledAt(OffsetDateTime settledAt)
public void setStatus(SettlementStatus status)
public void setAmount(Amount amount)
public void setPeriods(HashMap<Integer,HashMap<Integer,PeriodResponse>> periods)
public void setInvoiceId(String invoiceId)
public void setLinks(SettlementLinks links)
protected boolean canEqual(Object other)
Copyright © 2022. All rights reserved.