Interface RetrievedCaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetrievedCase,RetrievedCase.Builder
public interface RetrievedCaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedGraphgetGraph().arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];AnnotatedGraphOrBuildergetGraphOrBuilder().arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];doublegetSimilarity()double similarity = 2 [json_name = "similarity"];booleanhasGraph().arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getSimilarity
double getSimilarity()
double similarity = 2 [json_name = "similarity"];- Returns:
- The similarity.
-
hasGraph
boolean hasGraph()
.arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];- Returns:
- Whether the graph field is set.
-
getGraph
AnnotatedGraph getGraph()
.arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];- Returns:
- The graph.
-
getGraphOrBuilder
AnnotatedGraphOrBuilder getGraphOrBuilder()
.arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];
-
-