You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Entity class that inherits from NativeObject. The class will have readonly id and type fields. In addition, it will override the set field method as following: if we're trying to set the id/type fields or if we're inside a b-thread - an exception will be thrown, otherwise it will call the super setter.
The text was updated successfully, but these errors were encountered:
Create an Entity class that inherits from NativeObject. The class will have readonly id and type fields. In addition, it will override the set field method as following: if we're trying to set the id/type fields or if we're inside a b-thread - an exception will be thrown, otherwise it will call the super setter.
The text was updated successfully, but these errors were encountered: