Interface FocusAvatarRspOuterClass.FocusAvatarRspOrBuilder

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

public static interface FocusAvatarRspOuterClass.FocusAvatarRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 4;
    boolean
    bool is_focus = 2;
    int
    int32 retcode = 15;

    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

    • getIsFocus

      boolean getIsFocus()
      bool is_focus = 2;
      Returns:
      The isFocus.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 4;
      Returns:
      The avatarGuid.
    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.