java.lang.Object
tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
tech.ordinaryroad.live.chat.client.bilibili.msg.base.BaseBilibiliMsg
tech.ordinaryroad.live.chat.client.bilibili.msg.SendGiftMsg
All Implemented Interfaces:
Serializable, IBilibiliMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg

public class SendGiftMsg extends BaseBilibiliMsg implements tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
Author:
mjz
See Also:
  • Constructor Details

    • SendGiftMsg

      public SendGiftMsg()
  • Method Details

    • getBadgeName

      public String getBadgeName()
      Specified by:
      getBadgeName in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getBadgeLevel

      public byte getBadgeLevel()
      Specified by:
      getBadgeLevel in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUid

      public String getUid()
      Specified by:
      getUid in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUsername

      public String getUsername()
      Specified by:
      getUsername in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUserAvatar

      public String getUserAvatar()
      Specified by:
      getUserAvatar in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftName

      public String getGiftName()
      Specified by:
      getGiftName in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftImg

      public String getGiftImg()
      Specified by:
      getGiftImg in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftId

      public String getGiftId()
      Specified by:
      getGiftId in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftCount

      public int getGiftCount()
      Specified by:
      getGiftCount in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftPrice

      public int getGiftPrice()
      Specified by:
      getGiftPrice in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getReceiveUid

      public String getReceiveUid()
      Specified by:
      getReceiveUid in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getReceiveUsername

      public String getReceiveUsername()
      Specified by:
      getReceiveUsername in interface tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getOperationEnum

      public OperationEnum getOperationEnum()
      Specified by:
      getOperationEnum in interface IBilibiliMsg