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