public class ModelId extends Iced<ModelId> implements LeaderboardCell<java.lang.String,ModelId>
| Modifier and Type | Field and Description |
|---|---|
static LeaderboardColumn |
COLUMN |
| Modifier and Type | Method and Description |
|---|---|
LeaderboardColumn |
getColumn() |
Key<Model> |
getModelId() |
java.lang.String |
getValue()
gets the current value of the cell.
|
void |
setValue(java.lang.String value)
sets the cell value.
|
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetch, isNAasBytes, clone, frozenType, read, readJSON, reloadFromBytes, write, writeJSONpublic static final LeaderboardColumn COLUMN
public LeaderboardColumn getColumn()
getColumn in interface LeaderboardCell<java.lang.String,ModelId>public Key<Model> getModelId()
getModelId in interface LeaderboardCell<java.lang.String,ModelId>public java.lang.String getValue()
LeaderboardCellLeaderboardCell.fetch().
This is an accessor, it is safe to call LeaderboardCell.getValue() multiple times without triggering any side effect.getValue in interface LeaderboardCell<java.lang.String,ModelId>public void setValue(java.lang.String value)
LeaderboardCellsetValue in interface LeaderboardCell<java.lang.String,ModelId>