@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-25T15:20:44.090-04:00") public class Cost extends Object
| Constructor and Description |
|---|
Cost() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Cost |
gas(GasCost gas) |
GasCost |
getGas()
Get gas
|
BigDecimal |
getTotal()
Get total
|
int |
hashCode() |
void |
setGas(GasCost gas) |
void |
setTotal(BigDecimal total) |
String |
toString() |
Cost |
total(BigDecimal total) |
public Cost total(BigDecimal total)
public BigDecimal getTotal()
public void setTotal(BigDecimal total)
public GasCost getGas()
public void setGas(GasCost gas)
Copyright © 2018. All rights reserved.