public final class AbuseDetected
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 Google Workspace Alert Center 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbuseDetected() |
| Modifier and Type | Method and Description |
|---|---|
AbuseDetected |
clone() |
EntityList |
getAdditionalDetails()
List of abusive users/entities to be displayed in a table in the alert.
|
String |
getProduct()
Product that the abuse is originating from.
|
String |
getSubAlertId()
Unique identifier of each sub alert that is onboarded.
|
String |
getVariationType()
Variation of AbuseDetected alerts.
|
AbuseDetected |
set(String fieldName,
Object value) |
AbuseDetected |
setAdditionalDetails(EntityList additionalDetails)
List of abusive users/entities to be displayed in a table in the alert.
|
AbuseDetected |
setProduct(String product)
Product that the abuse is originating from.
|
AbuseDetected |
setSubAlertId(String subAlertId)
Unique identifier of each sub alert that is onboarded.
|
AbuseDetected |
setVariationType(String variationType)
Variation of AbuseDetected alerts.
|
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 EntityList getAdditionalDetails()
null for nonepublic AbuseDetected setAdditionalDetails(EntityList additionalDetails)
additionalDetails - additionalDetails or null for nonepublic String getProduct()
null for nonepublic AbuseDetected setProduct(String product)
product - product or null for nonepublic String getSubAlertId()
null for nonepublic AbuseDetected setSubAlertId(String subAlertId)
subAlertId - subAlertId or null for nonepublic String getVariationType()
null for nonepublic AbuseDetected setVariationType(String variationType)
variationType - variationType or null for nonepublic AbuseDetected set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AbuseDetected clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.