Class Event

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Event()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPostType()
      final Unit setPostType(@SerializedName(value = "post_type") String postType)
      final Long getTime()
      final Unit setTime(@SerializedName(value = "time") Long time)
      final Long getSelfId()
      final Unit setSelfId(@SerializedName(value = "self_id") Long selfId)
      final Long timeInSecond() 自动转换毫秒时间戳(如果是)为秒时间戳, 仅支持2000年以后的毫秒时间戳,2000年以前的认定为秒时间戳
      final Integer time()
      • Methods inherited from class cn.evolvefield.onebot.sdk.action.JsonContainer

        getJson
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait