public class ChangeAttributesOptions extends Object
| Modifier | Constructor and Description |
|---|---|
|
ChangeAttributesOptions()
Initializes a new instance of the
ChangeAttributesOptions class. |
|
ChangeAttributesOptions(Object data)
Initializes a new instance of the
ChangeAttributesOptions class. |
protected |
ChangeAttributesOptions(Object state1,
Object state2)
Initializes a new instance of the
ChangeAttributesOptions 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 ChangeAttributesOptions()
ChangeAttributesOptions class.public ChangeAttributesOptions(Object data)
ChangeAttributesOptions 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.