Interface RoomUserSeqMessageContributorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RoomUserSeqMessageContributor, RoomUserSeqMessageContributor.Builder

public interface RoomUserSeqMessageContributorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 delta = 4;
    string exactlyScore = 7;
    com.google.protobuf.ByteString
    string exactlyScore = 7;
    boolean
    bool isHidden = 5;
    long
    uint64 rank = 3;
    long
    uint64 score = 1;
    string scoreDescription = 6;
    com.google.protobuf.ByteString
    string scoreDescription = 6;
    .User user = 2;
    .User user = 2;
    boolean
    .User user = 2;

    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

    • getScore

      long getScore()
      uint64 score = 1;
      Returns:
      The score.
    • hasUser

      boolean hasUser()
      .User user = 2;
      Returns:
      Whether the user field is set.
    • getUser

      User getUser()
      .User user = 2;
      Returns:
      The user.
    • getUserOrBuilder

      UserOrBuilder getUserOrBuilder()
      .User user = 2;
    • getRank

      long getRank()
      uint64 rank = 3;
      Returns:
      The rank.
    • getDelta

      long getDelta()
      uint64 delta = 4;
      Returns:
      The delta.
    • getIsHidden

      boolean getIsHidden()
      bool isHidden = 5;
      Returns:
      The isHidden.
    • getScoreDescription

      String getScoreDescription()
      string scoreDescription = 6;
      Returns:
      The scoreDescription.
    • getScoreDescriptionBytes

      com.google.protobuf.ByteString getScoreDescriptionBytes()
      string scoreDescription = 6;
      Returns:
      The bytes for scoreDescription.
    • getExactlyScore

      String getExactlyScore()
      string exactlyScore = 7;
      Returns:
      The exactlyScore.
    • getExactlyScoreBytes

      com.google.protobuf.ByteString getExactlyScoreBytes()
      string exactlyScore = 7;
      Returns:
      The bytes for exactlyScore.