Interface HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder

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

public static interface HomeFishFarmingInfoOuterClass.HomeFishFarmingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getFishIdList(int index)
    repeated uint32 fish_id_list = 13;
    int
    repeated uint32 fish_id_list = 13;
    repeated uint32 fish_id_list = 13;
    int
    uint32 fishpond_guid = 5;

    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

    • getFishIdListList

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

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

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

      int getFishpondGuid()
      uint32 fishpond_guid = 5;
      Returns:
      The fishpondGuid.