Interface ErrorAnalysisAnnotation.AttributedItemOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAnnotationResourceName()
      The unique ID for each annotation.
      com.google.protobuf.ByteString getAnnotationResourceNameBytes()
      The unique ID for each annotation.
      double getDistance()
      The distance of this item to the annotation.
      • 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

      • getAnnotationResourceName

        String getAnnotationResourceName()
         The unique ID for each annotation. Used by FE to allocate the annotation
         in DB.
         
        string annotation_resource_name = 1;
        Returns:
        The annotationResourceName.
      • getAnnotationResourceNameBytes

        com.google.protobuf.ByteString getAnnotationResourceNameBytes()
         The unique ID for each annotation. Used by FE to allocate the annotation
         in DB.
         
        string annotation_resource_name = 1;
        Returns:
        The bytes for annotationResourceName.
      • getDistance

        double getDistance()
         The distance of this item to the annotation.
         
        double distance = 2;
        Returns:
        The distance.