程序包 onebot
接口 OnebotEvent.GroupRequestEventOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotEvent
public static interface OnebotEvent.GroupRequestEventOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 java.lang.StringgetComment()string comment = 8;com.google.protobuf.ByteStringgetCommentBytes()string comment = 8;java.lang.StringgetFlag()string flag = 9;com.google.protobuf.ByteStringgetFlagBytes()string flag = 9;longgetGroupId()int64 group_id = 6;java.lang.StringgetPostType()string post_type = 3;com.google.protobuf.ByteStringgetPostTypeBytes()string post_type = 3;java.lang.StringgetRequestType()string request_type = 4;com.google.protobuf.ByteStringgetRequestTypeBytes()string request_type = 4;longgetSelfId()int64 self_id = 2;java.lang.StringgetSubType()string sub_type = 5;com.google.protobuf.ByteStringgetSubTypeBytes()string sub_type = 5;longgetTime()int64 time = 1;longgetUserId()int64 user_id = 7;
-
方法详细资料
-
getTime
long getTime()int64 time = 1; -
getSelfId
long getSelfId()int64 self_id = 2; -
getPostType
java.lang.String getPostType()string post_type = 3; -
getPostTypeBytes
com.google.protobuf.ByteString getPostTypeBytes()string post_type = 3; -
getRequestType
java.lang.String getRequestType()string request_type = 4; -
getRequestTypeBytes
com.google.protobuf.ByteString getRequestTypeBytes()string request_type = 4; -
getSubType
java.lang.String getSubType()string sub_type = 5; -
getSubTypeBytes
com.google.protobuf.ByteString getSubTypeBytes()string sub_type = 5; -
getGroupId
long getGroupId()int64 group_id = 6; -
getUserId
long getUserId()int64 user_id = 7; -
getComment
java.lang.String getComment()string comment = 8; -
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 8; -
getFlag
java.lang.String getFlag()string flag = 9; -
getFlagBytes
com.google.protobuf.ByteString getFlagBytes()string flag = 9;
-