modelData

@Nullable
open fun modelData(): @Nullable String

Retrieves the model data stored in the entity's persistent data container.

Return

the model data string, or null if not present

Since

2.0.0


open fun modelData(@Nullable modelData: @Nullable String)

Stores the model data in the entity's persistent data container.

Since

2.0.0

Parameters

modelData

the model data string, or null to remove it