程序包 onebot
接口 OnebotApi.GetMsgResp.SenderOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotApi.GetMsgResp
public static interface OnebotApi.GetMsgResp.SenderOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 intgetAge()int32 age = 5;java.lang.StringgetArea()string area = 6;com.google.protobuf.ByteStringgetAreaBytes()string area = 6;java.lang.StringgetCard()string card = 3;com.google.protobuf.ByteStringgetCardBytes()string card = 3;java.lang.StringgetLevel()string level = 7;com.google.protobuf.ByteStringgetLevelBytes()string level = 7;java.lang.StringgetNickname()string nickname = 2;com.google.protobuf.ByteStringgetNicknameBytes()string nickname = 2;java.lang.StringgetRole()string role = 8;com.google.protobuf.ByteStringgetRoleBytes()string role = 8;java.lang.StringgetSex()string sex = 4;com.google.protobuf.ByteStringgetSexBytes()string sex = 4;java.lang.StringgetTitle()string title = 9;com.google.protobuf.ByteStringgetTitleBytes()string title = 9;longgetUserId()int64 user_id = 1;
-
方法详细资料
-
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;
-