Interface MappingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mapping,Mapping.Builder
public interface MappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring case_id = 2 [json_name = "caseId"];com.google.protobuf.ByteStringstring case_id = 2 [json_name = "caseId"];string query_id = 1 [json_name = "queryId"];com.google.protobuf.ByteStringstring query_id = 1 [json_name = "queryId"];doubledouble similarity = 3 [json_name = "similarity"];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
-
getQueryId
String getQueryId()string query_id = 1 [json_name = "queryId"];- Returns:
- The queryId.
-
getQueryIdBytes
com.google.protobuf.ByteString getQueryIdBytes()string query_id = 1 [json_name = "queryId"];- Returns:
- The bytes for queryId.
-
getCaseId
String getCaseId()string case_id = 2 [json_name = "caseId"];- Returns:
- The caseId.
-
getCaseIdBytes
com.google.protobuf.ByteString getCaseIdBytes()string case_id = 2 [json_name = "caseId"];- Returns:
- The bytes for caseId.
-
getSimilarity
double getSimilarity()double similarity = 3 [json_name = "similarity"];- Returns:
- The similarity.
-