Interface RacingGallerySettleInfoOuterClass.RacingGallerySettleInfoOrBuilder

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

public static interface RacingGallerySettleInfoOuterClass.RacingGallerySettleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .GalleryStopReason reason = 11;
    int
    .GalleryStopReason reason = 11;
    int
    uint32 use_time = 15;
    int
    uint32 winner_uid = 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

    • getWinnerUid

      int getWinnerUid()
      uint32 winner_uid = 10;
      Returns:
      The winnerUid.
    • getUseTime

      int getUseTime()
      uint32 use_time = 15;
      Returns:
      The useTime.
    • getReasonValue

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

      .GalleryStopReason reason = 11;
      Returns:
      The reason.