Interface HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder

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

public static interface HomeScenePointFishFarmingInfoOuterClass.HomeScenePointFishFarmingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFishIdList(int index)
    repeated uint32 fish_id_list = 11;
    int
    repeated uint32 fish_id_list = 11;
    repeated uint32 fish_id_list = 11;
    int
    uint32 local_entity_id = 7;
    int
    uint32 scene_id = 9;

    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

    • getSceneId

      int getSceneId()
      uint32 scene_id = 9;
      Returns:
      The sceneId.
    • getLocalEntityId

      int getLocalEntityId()
      uint32 local_entity_id = 7;
      Returns:
      The localEntityId.
    • getFishIdListList

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

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

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