java.lang.Object
tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg<BilibiliCmdEnum>
tech.ordinaryroad.live.chat.client.bilibili.msg.base.BaseBilibiliCmdMsg
tech.ordinaryroad.live.chat.client.bilibili.msg.SendGiftMsg
All Implemented Interfaces:
Serializable, IBilibiliMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.ICmdMsg<BilibiliCmdEnum>, tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg

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

    • SendGiftMsg

      public SendGiftMsg()
  • Method Details

    • getOperationEnum

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

      public long 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
    • getGiftId

      public long 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 long 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