Interface FishAttractNotifyOuterClass.FishAttractNotifyOrBuilder

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

public static interface FishAttractNotifyOuterClass.FishAttractNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFishIdList(int index)
    repeated uint32 fish_id_list = 14;
    int
    repeated uint32 fish_id_list = 14;
    repeated uint32 fish_id_list = 14;
    .Vector pos = 2;
    .Vector pos = 2;
    int
    uint32 uid = 13;
    boolean
    .Vector pos = 2;

    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

    • hasPos

      boolean hasPos()
      .Vector pos = 2;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 2;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 2;
    • getFishIdListList

      List<Integer> getFishIdListList()
      repeated uint32 fish_id_list = 14;
      Returns:
      A list containing the fishIdList.
    • getFishIdListCount

      int getFishIdListCount()
      repeated uint32 fish_id_list = 14;
      Returns:
      The count of fishIdList.
    • getFishIdList

      int getFishIdList(int index)
      repeated uint32 fish_id_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fishIdList at the given index.
    • getUid

      int getUid()
      uint32 uid = 13;
      Returns:
      The uid.