- java.lang.Object
-
- net.bis5.mattermost.model.AnalyticsRow
-
public class AnalyticsRow extends Object
Analytics row.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description AnalyticsRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()BigDecimalgetValue()inthashCode()voidsetName(String name)voidsetValue(BigDecimal value)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public BigDecimal getValue()
-
setName
public void setName(String name)
-
setValue
public void setValue(BigDecimal value)
-
canEqual
protected boolean canEqual(Object other)
-
-