Class RequestEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestEvent()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getRequestType()
      final Unit setRequestType(@SerializedName(value = "request_type") String requestType)
      final Long getUserId()
      final Unit setUserId(@SerializedName(value = "user_id") Long userId)
      final String getComment()
      final Unit setComment(@SerializedName(value = "comment", alternate = {"message"}) String comment)
      final String getFlag()
      final Unit setFlag(@SerializedName(value = "flag") String flag)
      • Methods inherited from class cn.evolvefield.onebot.sdk.event.Event

        getPostType, getSelfId, getTime, setPostType, setSelfId, setTime, time, timeInSecond
      • 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