Package io.realm.kotlin.internal.interop
Class realm_uuid_t
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_uuid_t
-
public class realm_uuid_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description realm_uuid_t()protectedrealm_uuid_t(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()short[]getBytes()protected static longgetCPtr(realm_uuid_t obj)voidsetBytes(short[] value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(realm_uuid_t obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setBytes
public void setBytes(short[] value)
-
getBytes
public short[] getBytes()
-
-