public final class GooglePrivacyDlpV2Range extends 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 Data Loss Prevention (DLP) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePrivacyDlpV2Range() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2Range |
clone() |
Long |
getEnd()
Index of the last character of the range (exclusive).
|
Long |
getStart()
Index of the first character of the range (inclusive).
|
GooglePrivacyDlpV2Range |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2Range |
setEnd(Long end)
Index of the last character of the range (exclusive).
|
GooglePrivacyDlpV2Range |
setStart(Long start)
Index of the first character of the range (inclusive).
|
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 Long getEnd()
null for nonepublic GooglePrivacyDlpV2Range setEnd(Long end)
end - end or null for nonepublic Long getStart()
null for nonepublic GooglePrivacyDlpV2Range setStart(Long start)
start - start or null for nonepublic GooglePrivacyDlpV2Range set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2Range clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.