public final class MailPhishing
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 |
|---|
MailPhishing() |
| Modifier and Type | Method and Description |
|---|---|
MailPhishing |
clone() |
DomainId |
getDomainId()
The domain ID.
|
Boolean |
getIsInternal()
If `true`, the email originated from within the organization.
|
MaliciousEntity |
getMaliciousEntity()
The entity whose actions triggered a Gmail phishing alert.
|
List<GmailMessageInfo> |
getMessages()
The list of messages contained by this alert.
|
String |
getSystemActionType()
System actions on the messages.
|
MailPhishing |
set(String fieldName,
Object value) |
MailPhishing |
setDomainId(DomainId domainId)
The domain ID.
|
MailPhishing |
setIsInternal(Boolean isInternal)
If `true`, the email originated from within the organization.
|
MailPhishing |
setMaliciousEntity(MaliciousEntity maliciousEntity)
The entity whose actions triggered a Gmail phishing alert.
|
MailPhishing |
setMessages(List<GmailMessageInfo> messages)
The list of messages contained by this alert.
|
MailPhishing |
setSystemActionType(String systemActionType)
System actions on the messages.
|
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 DomainId getDomainId()
null for nonepublic MailPhishing setDomainId(DomainId domainId)
domainId - domainId or null for nonepublic Boolean getIsInternal()
null for nonepublic MailPhishing setIsInternal(Boolean isInternal)
isInternal - isInternal or null for nonepublic MaliciousEntity getMaliciousEntity()
null for nonepublic MailPhishing setMaliciousEntity(MaliciousEntity maliciousEntity)
maliciousEntity - maliciousEntity or null for nonepublic List<GmailMessageInfo> getMessages()
null for nonepublic MailPhishing setMessages(List<GmailMessageInfo> messages)
messages - messages or null for nonepublic String getSystemActionType()
null for nonepublic MailPhishing setSystemActionType(String systemActionType)
systemActionType - systemActionType or null for nonepublic MailPhishing set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MailPhishing clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.