Class MailClusterEvidence
java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.MailClusterEvidence
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MailClusterEvidence
extends AlertEvidence
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mail Cluster Evidence.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Cluster By.The Cluster By Value.The Email Count.The Network Message Ids.The Query.The Urn.Fields inherited from class com.microsoft.graph.security.models.AlertEvidence
createdDateTime, detailedRoles, oDataType, remediationStatus, remediationStatusDetails, roles, tags, verdict -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.security.models.AlertEvidence
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
clusterBy
The Cluster By. The clustering logic of the emails inside the cluster. -
clusterByValue
@SerializedName(value="clusterByValue", alternate="ClusterByValue") @Expose @Nullable public String clusterByValueThe Cluster By Value. The value utilized to cluster the similar emails. -
emailCount
@SerializedName(value="emailCount", alternate="EmailCount") @Expose @Nullable public Long emailCountThe Email Count. Count of emails in the email cluster. -
networkMessageIds
@SerializedName(value="networkMessageIds", alternate="NetworkMessageIds") @Expose @Nullable public List<String> networkMessageIdsThe Network Message Ids. Unique identifiers for the emails in the cluster, generated by Microsoft 365. -
query
The Query. The query used to identify the email cluster. -
urn
The Urn. Uniform resource name (URN) of the automated investigation where the cluster was identified.
-
-
Constructor Details
-
MailClusterEvidence
public MailClusterEvidence()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAlertEvidence- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-