程序包 onebot

接口 OnebotApi.GetMsgResp.SenderOrBuilder

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

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

    修饰符和类型 方法 说明
    int getAge()
    int32 age = 5;
    java.lang.String getArea()
    string area = 6;
    com.google.protobuf.ByteString getAreaBytes()
    string area = 6;
    java.lang.String getCard()
    string card = 3;
    com.google.protobuf.ByteString getCardBytes()
    string card = 3;
    java.lang.String getLevel()
    string level = 7;
    com.google.protobuf.ByteString getLevelBytes()
    string level = 7;
    java.lang.String getNickname()
    string nickname = 2;
    com.google.protobuf.ByteString getNicknameBytes()
    string nickname = 2;
    java.lang.String getRole()
    string role = 8;
    com.google.protobuf.ByteString getRoleBytes()
    string role = 8;
    java.lang.String getSex()
    string sex = 4;
    com.google.protobuf.ByteString getSexBytes()
    string sex = 4;
    java.lang.String getTitle()
    string title = 9;
    com.google.protobuf.ByteString getTitleBytes()
    string title = 9;
    long getUserId()
    int64 user_id = 1;

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

    getDefaultInstanceForType, isInitialized
  • 方法详细资料

    • getUserId

      long getUserId()
      int64 user_id = 1;
    • getNickname

      java.lang.String getNickname()
      string nickname = 2;
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
      string nickname = 2;
    • getCard

      java.lang.String getCard()
      string card = 3;
    • getCardBytes

      com.google.protobuf.ByteString getCardBytes()
      string card = 3;
    • getSex

      java.lang.String getSex()
      string sex = 4;
    • getSexBytes

      com.google.protobuf.ByteString getSexBytes()
      string sex = 4;
    • getAge

      int getAge()
      int32 age = 5;
    • getArea

      java.lang.String getArea()
      string area = 6;
    • getAreaBytes

      com.google.protobuf.ByteString getAreaBytes()
      string area = 6;
    • getLevel

      java.lang.String getLevel()
      string level = 7;
    • getLevelBytes

      com.google.protobuf.ByteString getLevelBytes()
      string level = 7;
    • getRole

      java.lang.String getRole()
      string role = 8;
    • getRoleBytes

      com.google.protobuf.ByteString getRoleBytes()
      string role = 8;
    • getTitle

      java.lang.String getTitle()
      string title = 9;
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 9;