public class PeriodResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PeriodResponse.PeriodResponseBuilder |
| Constructor and Description |
|---|
PeriodResponse() |
PeriodResponse(List<PeriodRevenueResponse> revenue,
List<PeriodCostResponse> costs) |
| Modifier and Type | Method and Description |
|---|---|
static PeriodResponse.PeriodResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<PeriodCostResponse> |
getCosts() |
List<PeriodRevenueResponse> |
getRevenue() |
int |
hashCode() |
void |
setCosts(List<PeriodCostResponse> costs) |
void |
setRevenue(List<PeriodRevenueResponse> revenue) |
String |
toString() |
public PeriodResponse(List<PeriodRevenueResponse> revenue, List<PeriodCostResponse> costs)
public PeriodResponse()
public static PeriodResponse.PeriodResponseBuilder builder()
public List<PeriodRevenueResponse> getRevenue()
public List<PeriodCostResponse> getCosts()
public void setRevenue(List<PeriodRevenueResponse> revenue)
public void setCosts(List<PeriodCostResponse> costs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.