Class CompletionsWebService.CompletionValueObject
java.lang.Object
ubic.gemma.rest.CompletionsWebService.CompletionValueObject
- Enclosing class:
CompletionsWebService
Wire shape for a single completion suggestion.
Mirrors the TSV value\tdescription lines emitted by gemma-cli complete so
REST clients and CLI consumers share a common surface.
- Author:
- claude (PavlidisLab/Gemma#1611)
-
Constructor Summary
ConstructorsConstructorDescriptionCompletionValueObject(String value, String description) Creates a newCompletionValueObjectinstance. -
Method Summary
-
Constructor Details
-
CompletionValueObject
Creates a newCompletionValueObjectinstance.- Parameters:
value- The candidate completion value (id, short name, URI, etc. — varies by completion type).description- Human-readable label suitable for UI display alongside the value.
-
-
Method Details
-
getValue
The candidate completion value (id, short name, URI, etc. — varies by completion type). -
getDescription
Human-readable label suitable for UI display alongside the value. -
equals
-
hashCode
-
toString
-