public final class GooglePrivacyDlpV2Value 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 |
|---|
GooglePrivacyDlpV2Value() |
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 Boolean getBooleanValue()
null for nonepublic GooglePrivacyDlpV2Value setBooleanValue(Boolean booleanValue)
booleanValue - booleanValue or null for nonepublic GoogleTypeDate getDateValue()
null for nonepublic GooglePrivacyDlpV2Value setDateValue(GoogleTypeDate dateValue)
dateValue - dateValue or null for nonepublic String getDayOfWeekValue()
null for nonepublic GooglePrivacyDlpV2Value setDayOfWeekValue(String dayOfWeekValue)
dayOfWeekValue - dayOfWeekValue or null for nonepublic Double getFloatValue()
null for nonepublic GooglePrivacyDlpV2Value setFloatValue(Double floatValue)
floatValue - floatValue or null for nonepublic Long getIntegerValue()
null for nonepublic GooglePrivacyDlpV2Value setIntegerValue(Long integerValue)
integerValue - integerValue or null for nonepublic String getStringValue()
null for nonepublic GooglePrivacyDlpV2Value setStringValue(String stringValue)
stringValue - stringValue or null for nonepublic GoogleTypeTimeOfDay getTimeValue()
null for nonepublic GooglePrivacyDlpV2Value setTimeValue(GoogleTypeTimeOfDay timeValue)
timeValue - timeValue or null for nonepublic String getTimestampValue()
null for nonepublic GooglePrivacyDlpV2Value setTimestampValue(String timestampValue)
timestampValue - timestampValue or null for nonepublic GooglePrivacyDlpV2Value set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2Value clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.