All Superinterfaces:
IMsg, Serializable

public interface IGiftMsg extends IMsg
Author:
mjz
  • 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()
      接收方用户名