public class AnalyticsRow extends Object
| Constructor and Description |
|---|
AnalyticsRow() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getName() |
BigDecimal |
getValue() |
int |
hashCode() |
void |
setName(String name) |
void |
setValue(BigDecimal value) |
String |
toString() |
public String getName()
public BigDecimal getValue()
public void setName(String name)
public void setValue(BigDecimal value)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.