public final class GooglePrivacyDlpV2KAnonymityHistogramBucket 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 |
|---|
GooglePrivacyDlpV2KAnonymityHistogramBucket() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
clone() |
Long |
getBucketSize()
Total number of equivalence classes in this bucket.
|
Long |
getBucketValueCount()
Total number of distinct equivalence classes in this bucket.
|
List<GooglePrivacyDlpV2KAnonymityEquivalenceClass> |
getBucketValues()
Sample of equivalence classes in this bucket.
|
Long |
getEquivalenceClassSizeLowerBound()
Lower bound on the size of the equivalence classes in this bucket.
|
Long |
getEquivalenceClassSizeUpperBound()
Upper bound on the size of the equivalence classes in this bucket.
|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2KAnonymityHistogramBucket |
setBucketSize(Long bucketSize)
Total number of equivalence classes in this bucket.
|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
setBucketValueCount(Long bucketValueCount)
Total number of distinct equivalence classes in this bucket.
|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
setBucketValues(List<GooglePrivacyDlpV2KAnonymityEquivalenceClass> bucketValues)
Sample of equivalence classes in this bucket.
|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
setEquivalenceClassSizeLowerBound(Long equivalenceClassSizeLowerBound)
Lower bound on the size of the equivalence classes in this bucket.
|
GooglePrivacyDlpV2KAnonymityHistogramBucket |
setEquivalenceClassSizeUpperBound(Long equivalenceClassSizeUpperBound)
Upper bound on the size of the equivalence classes in this bucket.
|
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 GooglePrivacyDlpV2KAnonymityHistogramBucket()
public Long getBucketSize()
null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket setBucketSize(Long bucketSize)
bucketSize - bucketSize or null for nonepublic Long getBucketValueCount()
null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket setBucketValueCount(Long bucketValueCount)
bucketValueCount - bucketValueCount or null for nonepublic List<GooglePrivacyDlpV2KAnonymityEquivalenceClass> getBucketValues()
null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket setBucketValues(List<GooglePrivacyDlpV2KAnonymityEquivalenceClass> bucketValues)
bucketValues - bucketValues or null for nonepublic Long getEquivalenceClassSizeLowerBound()
null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket setEquivalenceClassSizeLowerBound(Long equivalenceClassSizeLowerBound)
equivalenceClassSizeLowerBound - equivalenceClassSizeLowerBound or null for nonepublic Long getEquivalenceClassSizeUpperBound()
null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket setEquivalenceClassSizeUpperBound(Long equivalenceClassSizeUpperBound)
equivalenceClassSizeUpperBound - equivalenceClassSizeUpperBound or null for nonepublic GooglePrivacyDlpV2KAnonymityHistogramBucket set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2KAnonymityHistogramBucket clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.