public class BanafoProfile
extends java.lang.Object
Constructor and Description |
---|
BanafoProfile(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
email()
Email of the user
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
name()
Full name of the user
|
java.lang.String |
role()
Role of the user
|
java.lang.String |
status()
Status of the user
|
public BanafoProfile(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 role()
public java.lang.String status()
public java.lang.String name()
public java.lang.String email()