SynchronizeOptions
Contents
[
Hide
]
Inheritance: java.lang.Object
public class SynchronizeOptions
Provides options for the synchronize operation.
Constructors
Constructor | Description |
---|---|
SynchronizeOptions() | Initializes a new instance of the SynchronizeOptions class. |
SynchronizeOptions(Object data) | Initializes a new instance of the SynchronizeOptions class. |
Methods
Method | Description |
---|---|
isAsync() | Gets the flag of asynchronous performing the operation. |
setAsync(boolean value) | Sets the flag of asynchronous performing the operation. |
getCore() |
SynchronizeOptions()
public SynchronizeOptions()
Initializes a new instance of the SynchronizeOptions class.
SynchronizeOptions(Object data)
public SynchronizeOptions(Object data)
Initializes a new instance of the SynchronizeOptions class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | java.lang.Object | The serialized data. |
isAsync()
public boolean isAsync()
Gets the flag of asynchronous performing the operation. The default value is false .
Returns: boolean - The flag of asynchronous performing the operation.
setAsync(boolean value)
public void setAsync(boolean value)
Sets the flag of asynchronous performing the operation. The default value is false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The flag of asynchronous performing the operation. |
getCore()
public Object getCore()
Returns: java.lang.Object