All Superinterfaces:
IMsg, Serializable

public interface IGiftMsg extends IMsg
Author:
mjz
  • Method Details

    • getBadgeName

      default String getBadgeName()
      粉丝牌名称
    • getBadgeLevel

      default byte getBadgeLevel()
      粉丝牌等级
    • getUid

      String getUid()
      发送方id
    • getUsername

      String getUsername()
      发送方用户名
    • getUserAvatar

      default String getUserAvatar()
      发送方头像地址
      Since:
      0.0.11
    • getGiftName

      String getGiftName()
      礼物名称
    • getGiftImg

      String getGiftImg()
      礼物图像地址
    • getGiftId

      String getGiftId()
      礼物id
    • getGiftCount

      int getGiftCount()
      礼物数量
      Returns:
      礼物数量,可能小于等于0
    • getGiftPrice

      int getGiftPrice()
      单个礼物价格
    • getReceiveUid

      String getReceiveUid()
      接收方id
    • getReceiveUsername

      String getReceiveUsername()
      接收方用户名