类 KuaishouGiftMsg

java.lang.Object
tech.ordinaryroad.live.chat.client.kuaishou.msg.KuaishouGiftMsg
所有已实现的接口:
Serializable, tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg, IKuaishouMsg

public class KuaishouGiftMsg extends Object implements IKuaishouMsg, tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
作者:
mjz
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getBadgeName

      public String getBadgeName()
      指定者:
      getBadgeName 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getBadgeLevel

      public byte getBadgeLevel()
      指定者:
      getBadgeLevel 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUid

      public String getUid()
      指定者:
      getUid 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUsername

      public String getUsername()
      指定者:
      getUsername 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getUserAvatar

      public String getUserAvatar()
      指定者:
      getUserAvatar 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftName

      public String getGiftName()
      指定者:
      getGiftName 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftImg

      public String getGiftImg()
      指定者:
      getGiftImg 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftId

      public String getGiftId()
      指定者:
      getGiftId 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftCount

      public int getGiftCount()
      指定者:
      getGiftCount 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getGiftPrice

      public int getGiftPrice()
      指定者:
      getGiftPrice 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getReceiveUid

      public String getReceiveUid()
      指定者:
      getReceiveUid 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • getReceiveUsername

      public String getReceiveUsername()
      指定者:
      getReceiveUsername 在接口中 tech.ordinaryroad.live.chat.client.commons.base.msg.IGiftMsg
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object