Interface MatchAgainstScoreMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchAgainstScoreMessage,MatchAgainstScoreMessage.Builder
public interface MatchAgainstScoreMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Against against = 2;.Against against = 2;.Common common = 1;.Common common = 1;intuint32 displayStatus = 4;intuint32 matchStatus = 3;boolean.Against against = 2;boolean.Common common = 1;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
-
hasCommon
boolean hasCommon().Common common = 1;- Returns:
- Whether the common field is set.
-
getCommon
Common getCommon().Common common = 1;- Returns:
- The common.
-
getCommonOrBuilder
CommonOrBuilder getCommonOrBuilder().Common common = 1; -
hasAgainst
boolean hasAgainst().Against against = 2;- Returns:
- Whether the against field is set.
-
getAgainst
Against getAgainst().Against against = 2;- Returns:
- The against.
-
getAgainstOrBuilder
AgainstOrBuilder getAgainstOrBuilder().Against against = 2; -
getMatchStatus
int getMatchStatus()uint32 matchStatus = 3;- Returns:
- The matchStatus.
-
getDisplayStatus
int getDisplayStatus()uint32 displayStatus = 4;- Returns:
- The displayStatus.
-