Class EntityTypeResult

  • All Implemented Interfaces:
    Described

    public abstract class EntityTypeResult
    extends java.lang.Object
    implements Described
    • Constructor Detail

      • EntityTypeResult

        public EntityTypeResult()
    • Method Detail

      • getId

        public abstract java.lang.String getId()
      • getPackageId

        @Nullable
        @CheckForNull
        public abstract java.lang.String getPackageId()
      • isLabelMatch

        public abstract boolean isLabelMatch()
      • isDescriptionMatch

        public abstract boolean isDescriptionMatch()
      • getAttributes

        public abstract com.google.common.collect.ImmutableList<AttributeResult> getAttributes()
      • getNrOfMatchingEntities

        public abstract long getNrOfMatchingEntities()
      • isMatch

        public boolean isMatch()