Interface FriendInfoChangeNotifyOuterClass.FriendInfoChangeNotifyOrBuilder

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

public static interface FriendInfoChangeNotifyOuterClass.FriendInfoChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string online_id = 3;
    com.google.protobuf.ByteString
    string online_id = 3;
    int
    uint32 uid = 6;

    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

      int getUid()
      uint32 uid = 6;
      Returns:
      The uid.
    • getOnlineId

      String getOnlineId()
      string online_id = 3;
      Returns:
      The onlineId.
    • getOnlineIdBytes

      com.google.protobuf.ByteString getOnlineIdBytes()
      string online_id = 3;
      Returns:
      The bytes for onlineId.