Interface ErrorAnalysisAnnotation.AttributedItemOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorAnalysisAnnotation.AttributedItem,ErrorAnalysisAnnotation.AttributedItem.Builder
- Enclosing class:
- ErrorAnalysisAnnotation
public static interface ErrorAnalysisAnnotation.AttributedItemOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnnotationResourceName()The unique ID for each annotation.com.google.protobuf.ByteStringgetAnnotationResourceNameBytes()The unique ID for each annotation.doublegetDistance()The distance of this item to the annotation.-
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.
-
-