public final class GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket 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 |
|---|
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket() |
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 GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket()
public Long getBucketSize()
null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket setBucketSize(Long bucketSize)
bucketSize - bucketSize or null for nonepublic Long getBucketValueCount()
null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket setBucketValueCount(Long bucketValueCount)
bucketValueCount - bucketValueCount or null for nonepublic List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> getBucketValues()
null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket setBucketValues(List<GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> bucketValues)
bucketValues - bucketValues or null for nonepublic Double getMaxProbability()
null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket setMaxProbability(Double maxProbability)
maxProbability - maxProbability or null for nonepublic Double getMinProbability()
null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket setMinProbability(Double minProbability)
minProbability - minProbability or null for nonepublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.