im::floo::floolib::BMXRosterService::Application
好友邀请
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| Application() | |
| void | setMRosterId(long value) |
| long | getMRosterId() |
| void | setMReason(String value) |
| String | getMReason() |
| void | setMStatus(BMXRosterService.ApplicationStatus value) |
| BMXRosterService.ApplicationStatus | getMStatus() |
| void | setMExpire(long value) |
| long | getMExpire() |
Protected Functions
| Name | |
|---|---|
| Application(long cPtr, boolean cMemoryOwn) | |
| void | finalize() |
| long | getCPtr(Application obj) |
Protected Attributes
| Name | |
|---|---|
| transient boolean | swigCMemOwn |
Public Functions Documentation
function delete
inline synchronized void delete()
Example:
function Application
inline Application()
Example:
function setMRosterId
inline void setMRosterId(
long value
)
Example:
function getMRosterId
inline long getMRosterId()
Example:
function setMReason
inline void setMReason(
String value
)
Example:
function getMReason
inline String getMReason()
Example:
function setMStatus
inline void setMStatus(
BMXRosterService.ApplicationStatus value
)
Example:
function getMStatus
inline BMXRosterService.ApplicationStatus getMStatus()
Example:
function setMExpire
inline void setMExpire(
long value
)
Example:
function getMExpire
inline long getMExpire()
Protected Functions Documentation
Example:
function Application
inline Application(
long cPtr,
boolean cMemoryOwn
)
Example:
function finalize
inline void finalize()
Example:
function getCPtr
static inline long getCPtr(
Application obj
)
Protected Attributes Documentation
variable swigCMemOwn
transient boolean swigCMemOwn;
Example:
Updated on 2022-01-26 at 17:18:31 +0800
