public class PeriodCostRateResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PeriodCostRateResponse.PeriodCostRateResponseBuilder |
| Constructor and Description |
|---|
PeriodCostRateResponse() |
PeriodCostRateResponse(Amount fixed,
String variable) |
| Modifier and Type | Method and Description |
|---|---|
static PeriodCostRateResponse.PeriodCostRateResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Amount |
getFixed() |
String |
getVariable() |
int |
hashCode() |
void |
setFixed(Amount fixed) |
void |
setVariable(String variable) |
String |
toString() |
public static PeriodCostRateResponse.PeriodCostRateResponseBuilder builder()
public Amount getFixed()
public String getVariable()
public void setFixed(Amount fixed)
public void setVariable(String variable)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.