Package io.realm.kotlin.internal.interop
Class realm_sync_error_t
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_sync_error_t
-
public class realm_sync_error_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description realm_sync_error_t()protectedrealm_sync_error_t(long cPtr, boolean cMemoryOwn)
-
Method Summary
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(realm_sync_error_t obj)
-
swigRelease
protected static long swigRelease(realm_sync_error_t obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setError_code
public void setError_code(realm_sync_error_code_t value)
-
getError_code
public realm_sync_error_code_t getError_code()
-
setDetailed_message
public void setDetailed_message(java.lang.String value)
-
getDetailed_message
public java.lang.String getDetailed_message()
-
setC_original_file_path_key
public void setC_original_file_path_key(java.lang.String value)
-
getC_original_file_path_key
public java.lang.String getC_original_file_path_key()
-
setC_recovery_file_path_key
public void setC_recovery_file_path_key(java.lang.String value)
-
getC_recovery_file_path_key
public java.lang.String getC_recovery_file_path_key()
-
setIs_fatal
public void setIs_fatal(boolean value)
-
getIs_fatal
public boolean getIs_fatal()
-
setIs_unrecognized_by_client
public void setIs_unrecognized_by_client(boolean value)
-
getIs_unrecognized_by_client
public boolean getIs_unrecognized_by_client()
-
setIs_client_reset_requested
public void setIs_client_reset_requested(boolean value)
-
getIs_client_reset_requested
public boolean getIs_client_reset_requested()
-
setServer_requests_action
public void setServer_requests_action(int value)
-
getServer_requests_action
public int getServer_requests_action()
-
setUser_info_map
public void setUser_info_map(realm_sync_error_user_info_t value)
-
getUser_info_map
public realm_sync_error_user_info_t getUser_info_map()
-
setUser_info_length
public void setUser_info_length(long value)
-
getUser_info_length
public long getUser_info_length()
-
-