public final class Finding
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Finding() |
Modifier and Type | Method and Description |
---|---|
Finding |
clone() |
Long |
getEnd()
Zero-based ending index of the found text, exclusively.
|
String |
getInfoType()
The type of information stored in this text range.
|
String |
getQuote()
The snippet of the sensitive text.
|
Long |
getStart()
Zero-based starting index of the found text, inclusively.
|
Finding |
set(String fieldName,
Object value) |
Finding |
setEnd(Long end)
Zero-based ending index of the found text, exclusively.
|
Finding |
setInfoType(String infoType)
The type of information stored in this text range.
|
Finding |
setQuote(String quote)
The snippet of the sensitive text.
|
Finding |
setStart(Long start)
Zero-based starting index of the found text, inclusively.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getEnd()
null
for nonepublic Finding setEnd(Long end)
end
- end or null
for nonepublic String getInfoType()
null
for nonepublic Finding setInfoType(String infoType)
infoType
- infoType or null
for nonepublic String getQuote()
null
for nonepublic Finding setQuote(String quote)
quote
- quote or null
for nonepublic Long getStart()
null
for nonepublic Finding setStart(Long start)
start
- start or null
for nonepublic Finding set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Finding clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.