public class StatRecord<E extends Number> extends Object
Constructor and Description |
---|
StatRecord(String comp,
StatisticType type,
int value,
Level level) |
StatRecord(String comp,
StatisticType type,
long value,
Level level) |
StatRecord(String comp,
String description,
int value,
Level level) |
StatRecord(String comp,
String description,
long value,
Level level) |
StatRecord(String comp,
String description,
String value,
Level level) |
Modifier and Type | Method and Description |
---|---|
Collection<E> |
getCollection() |
String |
getComponent() |
String |
getDescription() |
int |
getIntValue() |
Level |
getLevel() |
long |
getLongValue() |
StatisticType |
getType() |
String |
getValue() |
String |
toString() |
public StatRecord(String comp, StatisticType type, long value, Level level)
public StatRecord(String comp, StatisticType type, int value, Level level)
public String getDescription()
public String getValue()
public StatisticType getType()
public Level getLevel()
public String getComponent()
public long getLongValue()
public int getIntValue()
public Collection<E> getCollection()
Copyright © 2017 "Tigase, Inc.". All rights reserved.