程序包 onebot
接口 OnebotApi.SetGroupAnonymousBanReq.AnonymousOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 所有已知实现类:
OnebotApi.SetGroupAnonymousBanReq.Anonymous,OnebotApi.SetGroupAnonymousBanReq.Anonymous.Builder
public static interface OnebotApi.SetGroupAnonymousBanReq.AnonymousOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 java.lang.StringgetFlag()string flag = 3;com.google.protobuf.ByteStringgetFlagBytes()string flag = 3;longgetId()int64 id = 1;java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;
-
方法详细资料
-
getId
long getId()int64 id = 1; -
getName
java.lang.String getName()string name = 2; -
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2; -
getFlag
java.lang.String getFlag()string flag = 3; -
getFlagBytes
com.google.protobuf.ByteString getFlagBytes()string flag = 3;
-