java.lang.Object
io.hotmoka.network.updates.UpdateModel
The model of an update of an object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe name of the class of the object.The field that is updated.The transaction that installed the jar from where the class has been loaded.The object whose field is modified.The value assigned to the updated field. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field
The field that is updated. This isnullfor class tags. -
value
The value assigned to the updated field. This isnullfor class tags. -
className
The name of the class of the object. This is non-nullfor class tags only. -
jar
The transaction that installed the jar from where the class has been loaded. This is non-nullfor class tags only. -
object
The object whose field is modified.
-
-
Constructor Details
-
UpdateModel
Builds the model of an update of an object.- Parameters:
update- the update
-
UpdateModel
public UpdateModel()
-
-
Method Details
-
toBean
Yields the update having this model.- Returns:
- the update
-