Interface FishPoolInfoOuterClass.FishPoolInfoOrBuilder

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

public static interface FishPoolInfoOuterClass.FishPoolInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFishAreaList(int index)
    repeated uint32 fish_area_list = 2;
    int
    repeated uint32 fish_area_list = 2;
    repeated uint32 fish_area_list = 2;
    int
    uint32 pool_id = 1;
    int
    uint32 today_fish_num = 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

    • getPoolId

      int getPoolId()
      uint32 pool_id = 1;
      Returns:
      The poolId.
    • getFishAreaListList

      List<Integer> getFishAreaListList()
      repeated uint32 fish_area_list = 2;
      Returns:
      A list containing the fishAreaList.
    • getFishAreaListCount

      int getFishAreaListCount()
      repeated uint32 fish_area_list = 2;
      Returns:
      The count of fishAreaList.
    • getFishAreaList

      int getFishAreaList(int index)
      repeated uint32 fish_area_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fishAreaList at the given index.
    • getTodayFishNum

      int getTodayFishNum()
      uint32 today_fish_num = 3;
      Returns:
      The todayFishNum.