类 BcUtil.BcMessageParam

java.lang.Object
cn.handyplus.chat.lib.util.BcUtil.BcMessageParam
封闭类:
BcUtil

public static class BcUtil.BcMessageParam extends Object
BC消息参数
  • 构造器详细资料

    • BcMessageParam

      public BcMessageParam()
  • 方法详细资料

    • getPluginName

      public String getPluginName()
      获取插件名
      返回:
      插件名
    • setPluginName

      public void setPluginName(String pluginName)
      设置插件名
      参数:
      pluginName - 插件名
    • getType

      public String getType()
      获取类型
      返回:
      类型
    • setType

      public void setType(String type)
      设置类型
      参数:
      type - 类型
    • getMessage

      public String getMessage()
      获取消息内容
      返回:
      消息内容
    • setMessage

      public void setMessage(String message)
      设置消息内容
      参数:
      message - 消息内容
    • getPlayerName

      public String getPlayerName()
      获取发送人
      返回:
      发送人
    • setPlayerName

      public void setPlayerName(String playerName)
      设置发送人
      参数:
      playerName - 发送人
    • getTimestamp

      public Long getTimestamp()
      获取发送时间
      返回:
      发送时间
    • setTimestamp

      public void setTimestamp(Long timestamp)
      设置发送时间
      参数:
      timestamp - 发送时间