public class ModelUpdate extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ModelUpdate.UpdateType |
Constructor and Description |
---|
ModelUpdate(ModelUpdate.UpdateType type,
Object data)
Deprecated.
|
ModelUpdate(ModelUpdate.UpdateType type,
Object data,
CellAttribute cellAttr) |
Modifier and Type | Method and Description |
---|---|
CellAttribute |
getCellAttr() |
Object |
getData() |
ModelUpdate.UpdateType |
getType() |
String |
toString() |
@Deprecated public ModelUpdate(ModelUpdate.UpdateType type, Object data)
public ModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)
public ModelUpdate.UpdateType getType()
public Object getData()
public CellAttribute getCellAttr()
Copyright © 2020. All rights reserved.