Package emu.grasscutter.net.proto
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 TypeMethodDescriptionstring online_id = 3;com.google.protobuf.ByteStringstring online_id = 3;intgetUid()uint32 uid = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-