Interface FishingScoreOuterClass.FishingScoreOrBuilder

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

public static interface FishingScoreOuterClass.FishingScoreOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 fishing_score = 11;
    boolean
    bool is_new_record = 10;

    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

    • getFishingScore

      int getFishingScore()
      uint32 fishing_score = 11;
      Returns:
      The fishingScore.
    • getIsNewRecord

      boolean getIsNewRecord()
      bool is_new_record = 10;
      Returns:
      The isNewRecord.