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 Details

    • clusterBy

      @SerializedName(value="clusterBy", alternate="ClusterBy") @Expose @Nullable public String clusterBy
      The Cluster By. The clustering logic of the emails inside the cluster.
    • clusterByValue

      @SerializedName(value="clusterByValue", alternate="ClusterByValue") @Expose @Nullable public String clusterByValue
      The Cluster By Value. The value utilized to cluster the similar emails.
    • emailCount

      @SerializedName(value="emailCount", alternate="EmailCount") @Expose @Nullable public Long emailCount
      The Email Count. Count of emails in the email cluster.
    • networkMessageIds

      @SerializedName(value="networkMessageIds", alternate="NetworkMessageIds") @Expose @Nullable public List<String> networkMessageIds
      The Network Message Ids. Unique identifiers for the emails in the cluster, generated by Microsoft 365.
    • query

      @SerializedName(value="query", alternate="Query") @Expose @Nullable public String query
      The Query. The query used to identify the email cluster.
    • urn

      @SerializedName(value="urn", alternate="Urn") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AlertEvidence
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to