public class Result
extends java.lang.Object
Constructor and Description |
---|
Result(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
ResultCode |
code()
Gets the code representation of the status result of API invocation
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
text()
Gets the text representation of the status result of API invocation
|
public Result(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String text()
public ResultCode code()
ResultCode