Class SendGiftMsg
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.ordinaryroad.live.chat.client.bilibili.msg.base.BaseBilibiliMsg
getProtoverEnumMethods inherited from class tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg
getUnknownProperties, setOther, toString
-
Constructor Details
-
SendGiftMsg
public SendGiftMsg()
-
-
Method Details
-
getBadgeName
- Specified by:
getBadgeNamein interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getBadgeLevel
public byte getBadgeLevel()- Specified by:
getBadgeLevelin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getUid
- Specified by:
getUidin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getUsername
- Specified by:
getUsernamein interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getUserAvatar
- Specified by:
getUserAvatarin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getGiftName
- Specified by:
getGiftNamein interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getGiftImg
- Specified by:
getGiftImgin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getGiftId
- Specified by:
getGiftIdin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getGiftCount
public int getGiftCount()- Specified by:
getGiftCountin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getGiftPrice
public int getGiftPrice()- Specified by:
getGiftPricein interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getReceiveUid
- Specified by:
getReceiveUidin interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getReceiveUsername
- Specified by:
getReceiveUsernamein interfacetech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
-
getOperationEnum
- Specified by:
getOperationEnumin interfaceIBilibiliMsg
-