Interface UserProto.UserOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProto.User, UserProto.User.Builder
Enclosing class:
UserProto

public static interface UserProto.UserOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    头像
    com.google.protobuf.ByteString
    头像
    自定义扩展/附加信息
    com.google.protobuf.ByteString
    自定义扩展/附加信息
    昵称
    com.google.protobuf.ByteString
    昵称
    类型
    com.google.protobuf.ByteString
    类型
    uuID
    com.google.protobuf.ByteString
    uuID

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUid

      String getUid()
       uuID
       
      string uid = 1;
      Returns:
      The uid.
    • getUidBytes

      com.google.protobuf.ByteString getUidBytes()
       uuID
       
      string uid = 1;
      Returns:
      The bytes for uid.
    • getNickname

      String getNickname()
       昵称
       
      string nickname = 2;
      Returns:
      The nickname.
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
       昵称
       
      string nickname = 2;
      Returns:
      The bytes for nickname.
    • getAvatar

      String getAvatar()
       头像
       
      string avatar = 3;
      Returns:
      The avatar.
    • getAvatarBytes

      com.google.protobuf.ByteString getAvatarBytes()
       头像
       
      string avatar = 3;
      Returns:
      The bytes for avatar.
    • getType

      String getType()
       类型
       
      string type = 4;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       类型
       
      string type = 4;
      Returns:
      The bytes for type.
    • getExtra

      String getExtra()
       自定义扩展/附加信息
       
      string extra = 5;
      Returns:
      The extra.
    • getExtraBytes

      com.google.protobuf.ByteString getExtraBytes()
       自定义扩展/附加信息
       
      string extra = 5;
      Returns:
      The bytes for extra.