Package uniffi.cedarling_uniffi
Class EntityData
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,uniffi.cedarling_uniffi.Disposable
,uniffi.cedarling_uniffi.EntityDataInterface
public class EntityData implements Disposable, AutoCloseable, EntityDataInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
EntityData.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static EntityData.Companion
Companion
-
Constructor Summary
Constructors Constructor Description EntityData(Pointer pointer)
EntityData(NoPointer noPointer)
This constructor can be used to instantiate a fake object. EntityData(String entityType, String id, Map<String, String> payload)
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
-
-
-