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
      AnnotatedGraph getGraph()
      .arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];
      AnnotatedGraphOrBuilder getGraphOrBuilder()
      .arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      double getSimilarity()
      double similarity = 2 [json_name = "similarity"];
      boolean hasGraph()
      .arg_services.cbr.v1beta.AnnotatedGraph graph = 3 [json_name = "graph"];
      • 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 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"];