public class OptimizeOptions extends Object
| Modifier | Constructor and Description |
|---|---|
|
OptimizeOptions()
Initializes a new instance of the
OptimizeOptions class. |
|
OptimizeOptions(Object data)
Initializes a new instance of the
OptimizeOptions class. |
protected |
OptimizeOptions(Object state1,
Object state2)
Initializes a new instance of the
OptimizeOptions class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
boolean |
isAsync()
Gets the flag of asynchronous performing the operation.
|
void |
setAsync(boolean value)
Sets the flag of asynchronous performing the operation.
|
public OptimizeOptions()
OptimizeOptions class.public OptimizeOptions(Object data)
OptimizeOptions class.data - The serialized data.public Object getCore()
public boolean isAsync()
false.public void setAsync(boolean value)
false.value - The flag of asynchronous performing the operation.Copyright © 2026. All rights reserved.