Interface IGiftMsg
- All Superinterfaces:
IMsg,Serializable
- Author:
- mjz
-
Method Summary
Modifier and TypeMethodDescriptionint礼物数量long礼物id礼物名称int单个礼物价格long接收方id接收方用户名longgetUid()发送方id发送方用户名
-
Method Details
-
getUid
long getUid()发送方id -
getUsername
String getUsername()发送方用户名 -
getGiftName
String getGiftName()礼物名称 -
getGiftId
long getGiftId()礼物id -
getGiftCount
int getGiftCount()礼物数量 -
getGiftPrice
int getGiftPrice()单个礼物价格 -
getReceiveUid
long getReceiveUid()接收方id -
getReceiveUsername
String getReceiveUsername()接收方用户名
-