public class WriteAttributeResult extends Object
Modifier and Type | Field and Description |
---|---|
static WriteAttributeResult |
OK
A constant that represents the
OKstate |
Constructor and Description |
---|
WriteAttributeResult()
Deprecated.
use the
OK constant instead |
WriteAttributeResult(Throwable error)
Create a result with error information
|
public static final WriteAttributeResult OK
OKstate
@Deprecated public WriteAttributeResult()
OK
constant insteadOKresult
public WriteAttributeResult(Throwable error)
error
- the error or null
if the result is "ok"