Interface FishEscapeNotifyOuterClass.FishEscapeNotifyOrBuilder

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

public static interface FishEscapeNotifyOuterClass.FishEscapeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUid

      int getUid()
      uint32 uid = 2;
      Returns:
      The uid.
    • hasPos

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

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

      .Vector pos = 11;
    • getFishIdListList

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

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

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

      int getReasonValue()
      .FishEscapeReason reason = 12;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .FishEscapeReason reason = 12;
      Returns:
      The reason.