程序包 onebot

接口 OnebotApi.SetGroupAddRequestReqOrBuilder

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

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

    修饰符和类型 方法 说明
    boolean getApprove()
    bool approve = 4;
    java.lang.String getFlag()
    string flag = 1;
    com.google.protobuf.ByteString getFlagBytes()
    string flag = 1;
    java.lang.String getReason()
    string reason = 5;
    com.google.protobuf.ByteString getReasonBytes()
    string reason = 5;
    java.lang.String getSubType()
    string sub_type = 2;
    com.google.protobuf.ByteString getSubTypeBytes()
    string sub_type = 2;
    java.lang.String getType()
    string type = 3;
    com.google.protobuf.ByteString getTypeBytes()
    string type = 3;

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

    getDefaultInstanceForType, isInitialized
  • 方法详细资料

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