public class PeriodRevenueResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PeriodRevenueResponse.PeriodRevenueResponseBuilder |
| Constructor and Description |
|---|
PeriodRevenueResponse() |
PeriodRevenueResponse(String description,
Amount amountNet,
Amount amountVat,
Amount amountGross,
int count,
String method) |
| Modifier and Type | Method and Description |
|---|---|
static PeriodRevenueResponse.PeriodRevenueResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Amount |
getAmountGross() |
Amount |
getAmountNet() |
Amount |
getAmountVat() |
int |
getCount() |
String |
getDescription() |
String |
getMethod() |
int |
hashCode() |
void |
setAmountGross(Amount amountGross) |
void |
setAmountNet(Amount amountNet) |
void |
setAmountVat(Amount amountVat) |
void |
setCount(int count) |
void |
setDescription(String description) |
void |
setMethod(String method) |
String |
toString() |
public PeriodRevenueResponse(String description, Amount amountNet, Amount amountVat, Amount amountGross, int count, String method)
public PeriodRevenueResponse()
public static PeriodRevenueResponse.PeriodRevenueResponseBuilder builder()
public String getDescription()
public Amount getAmountNet()
public Amount getAmountVat()
public Amount getAmountGross()
public int getCount()
public String getMethod()
public void setDescription(String description)
public void setAmountNet(Amount amountNet)
public void setAmountVat(Amount amountVat)
public void setAmountGross(Amount amountGross)
public void setCount(int count)
public void setMethod(String method)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.