Package io.realm.kotlin.internal.interop
Class realm_sync_error_code_t
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_error_code_t
-
public class realm_sync_error_code_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description realm_sync_error_code_t()protectedrealm_sync_error_code_t(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()intgetCategory()java.lang.StringgetCategory_name()protected static longgetCPtr(realm_sync_error_code_t obj)java.lang.StringgetMessage()intgetValue()voidsetCategory(int value)voidsetCategory_name(java.lang.String value)voidsetMessage(java.lang.String value)voidsetValue(int value)protected static longswigRelease(realm_sync_error_code_t obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(realm_sync_error_code_t obj)
-
swigRelease
protected static long swigRelease(realm_sync_error_code_t obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setCategory
public void setCategory(int value)
-
getCategory
public int getCategory()
-
setValue
public void setValue(int value)
-
getValue
public int getValue()
-
setMessage
public void setMessage(java.lang.String value)
-
getMessage
public java.lang.String getMessage()
-
setCategory_name
public void setCategory_name(java.lang.String value)
-
getCategory_name
public java.lang.String getCategory_name()
-
-