im::floo::floolib::BMXUserProfile::AuthQuestion
Authentication questions when adding friend
Public Functions
Name | |
---|---|
synchronized void | delete() |
AuthQuestion() | |
void | setMQuestion(String value) |
String | getMQuestion() |
void | setMAnswer(String value) |
String | getMAnswer() |
Protected Functions
Name | |
---|---|
AuthQuestion(long cPtr, boolean cMemoryOwn) | |
void | finalize() |
long | getCPtr(AuthQuestion obj) |
Protected Attributes
Name | |
---|---|
transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function AuthQuestion
inline AuthQuestion()
Example:
function setMQuestion
inline void setMQuestion(
String value
)
Example:
function getMQuestion
inline String getMQuestion()
Example:
function setMAnswer
inline void setMAnswer(
String value
)
Example:
function getMAnswer
inline String getMAnswer()
Protected Functions Documentation
Example:
function AuthQuestion
inline AuthQuestion(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
AuthQuestion obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800