public final class Entity
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
clone() |
String |
getEntityId()
entity_id is a first class field entity_id uniquely identifies this concept and its meta-
vocabulary.
|
String |
getPreferredTerm()
preferred_term is the preferred term for this concept.
|
List<String> |
getVocabularyCodes()
Vocabulary codes are first-class fields and differentiated from the concept unique identifier
(entity_id).
|
Entity |
set(String fieldName,
Object value) |
Entity |
setEntityId(String entityId)
entity_id is a first class field entity_id uniquely identifies this concept and its meta-
vocabulary.
|
Entity |
setPreferredTerm(String preferredTerm)
preferred_term is the preferred term for this concept.
|
Entity |
setVocabularyCodes(List<String> vocabularyCodes)
Vocabulary codes are first-class fields and differentiated from the concept unique identifier
(entity_id).
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEntityId()
null for nonepublic Entity setEntityId(String entityId)
entityId - entityId or null for nonepublic String getPreferredTerm()
null for nonepublic Entity setPreferredTerm(String preferredTerm)
preferredTerm - preferredTerm or null for nonepublic List<String> getVocabularyCodes()
null for nonepublic Entity setVocabularyCodes(List<String> vocabularyCodes)
vocabularyCodes - vocabularyCodes or null for nonepublic Entity set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Entity clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.