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 TypeMethodDescriptionlonggetDelta()uint64 delta = 4;string exactlyScore = 7;com.google.protobuf.ByteStringstring exactlyScore = 7;booleanbool isHidden = 5;longgetRank()uint64 rank = 3;longgetScore()uint64 score = 1;string scoreDescription = 6;com.google.protobuf.ByteStringstring scoreDescription = 6;getUser().User user = 2;.User user = 2;booleanhasUser().User user = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-