Interface AddUserReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddUserReq, AddUserReq.Builder

public interface AddUserReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    昵称
    com.google.protobuf.ByteString
    昵称
    密码
    com.google.protobuf.ByteString
    密码
    用户名
    com.google.protobuf.ByteString
    用户名
    boolean
    昵称

    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

    • getUsername

      String getUsername()
       用户名
       
      string username = 1;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
       用户名
       
      string username = 1;
      Returns:
      The bytes for username.
    • hasNickname

      boolean hasNickname()
       昵称
       
      optional string nickname = 2;
      Returns:
      Whether the nickname field is set.
    • getNickname

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

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

      String getPassword()
       密码
       
      string password = 3;
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
       密码
       
      string password = 3;
      Returns:
      The bytes for password.