程序包 onebot

接口 OnebotApi.SetGroupAnonymousBanReq.AnonymousOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
所有已知实现类:
OnebotApi.SetGroupAnonymousBanReq.Anonymous, OnebotApi.SetGroupAnonymousBanReq.Anonymous.Builder
封闭类:
OnebotApi.SetGroupAnonymousBanReq

public static interface OnebotApi.SetGroupAnonymousBanReq.AnonymousOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
  • 方法概要

    修饰符和类型 方法 说明
    java.lang.String getFlag()
    string flag = 3;
    com.google.protobuf.ByteString getFlagBytes()
    string flag = 3;
    long getId()
    int64 id = 1;
    java.lang.String getName()
    string name = 2;
    com.google.protobuf.ByteString getNameBytes()
    string name = 2;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • 方法详细资料

    • 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;