Interface ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotifyOrBuilder

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

public static interface ProudSkillChangeNotifyOuterClass.ProudSkillChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 6;
    int
    uint32 entity_id = 15;
    int
    getProudSkillList(int index)
    repeated uint32 proud_skill_list = 1;
    int
    repeated uint32 proud_skill_list = 1;
    repeated uint32 proud_skill_list = 1;
    int
    uint32 skill_depot_id = 3;

    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

    • getSkillDepotId

      int getSkillDepotId()
      uint32 skill_depot_id = 3;
      Returns:
      The skillDepotId.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 15;
      Returns:
      The entityId.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 6;
      Returns:
      The avatarGuid.
    • getProudSkillListList

      List<Integer> getProudSkillListList()
      repeated uint32 proud_skill_list = 1;
      Returns:
      A list containing the proudSkillList.
    • getProudSkillListCount

      int getProudSkillListCount()
      repeated uint32 proud_skill_list = 1;
      Returns:
      The count of proudSkillList.
    • getProudSkillList

      int getProudSkillList(int index)
      repeated uint32 proud_skill_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The proudSkillList at the given index.