程序包 onebot
接口 OnebotApi.SetGroupAddRequestReqOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotApi
public static interface OnebotApi.SetGroupAddRequestReqOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 booleangetApprove()bool approve = 4;java.lang.StringgetFlag()string flag = 1;com.google.protobuf.ByteStringgetFlagBytes()string flag = 1;java.lang.StringgetReason()string reason = 5;com.google.protobuf.ByteStringgetReasonBytes()string reason = 5;java.lang.StringgetSubType()string sub_type = 2;com.google.protobuf.ByteStringgetSubTypeBytes()string sub_type = 2;java.lang.StringgetType()string type = 3;com.google.protobuf.ByteStringgetTypeBytes()string type = 3;
-
方法详细资料
-
getFlag
java.lang.String getFlag()string flag = 1; -
getFlagBytes
com.google.protobuf.ByteString getFlagBytes()string flag = 1; -
getSubType
java.lang.String getSubType()string sub_type = 2; -
getSubTypeBytes
com.google.protobuf.ByteString getSubTypeBytes()string sub_type = 2; -
getType
java.lang.String getType()string type = 3; -
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 3; -
getApprove
boolean getApprove()bool approve = 4; -
getReason
java.lang.String getReason()string reason = 5; -
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 5;
-