Interface AvatarAddNotifyOuterClass.AvatarAddNotifyOrBuilder

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

public static interface AvatarAddNotifyOuterClass.AvatarAddNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .AvatarInfo avatar = 6;
    .AvatarInfo avatar = 6;
    boolean
    bool is_in_team = 1;
    boolean
    .AvatarInfo avatar = 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

    • getIsInTeam

      boolean getIsInTeam()
      bool is_in_team = 1;
      Returns:
      The isInTeam.
    • hasAvatar

      boolean hasAvatar()
      .AvatarInfo avatar = 6;
      Returns:
      Whether the avatar field is set.
    • getAvatar

      .AvatarInfo avatar = 6;
      Returns:
      The avatar.
    • getAvatarOrBuilder

      .AvatarInfo avatar = 6;