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