Class MailClusterEvidence

java.lang.Object
com.microsoft.graph.models.security.AlertEvidence
com.microsoft.graph.models.security.MailClusterEvidence
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class MailClusterEvidence extends AlertEvidence implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • MailClusterEvidence

      public MailClusterEvidence()
      Instantiates a new MailClusterEvidence and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static MailClusterEvidence createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a MailClusterEvidence
    • getClusterBy

      @Nullable public String getClusterBy()
      Gets the clusterBy property value. The clustering logic of the emails inside the cluster.
      Returns:
      a String
    • getClusterByValue

      @Nullable public String getClusterByValue()
      Gets the clusterByValue property value. The value utilized to cluster the similar emails.
      Returns:
      a String
    • getEmailCount

      @Nullable public Long getEmailCount()
      Gets the emailCount property value. Count of emails in the email cluster.
      Returns:
      a Long
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class AlertEvidence
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getNetworkMessageIds

      @Nullable public List<String> getNetworkMessageIds()
      Gets the networkMessageIds property value. Unique identifiers for the emails in the cluster, generated by Microsoft 365.
      Returns:
      a List<String>
    • getQuery

      @Nullable public String getQuery()
      Gets the query property value. The query used to identify the email cluster.
      Returns:
      a String
    • getUrn

      @Nullable public String getUrn()
      Gets the urn property value. Uniform resource name (URN) of the automated investigation where the cluster was identified.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class AlertEvidence
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setClusterBy

      public void setClusterBy(@Nullable String value)
      Sets the clusterBy property value. The clustering logic of the emails inside the cluster.
      Parameters:
      value - Value to set for the clusterBy property.
    • setClusterByValue

      public void setClusterByValue(@Nullable String value)
      Sets the clusterByValue property value. The value utilized to cluster the similar emails.
      Parameters:
      value - Value to set for the clusterByValue property.
    • setEmailCount

      public void setEmailCount(@Nullable Long value)
      Sets the emailCount property value. Count of emails in the email cluster.
      Parameters:
      value - Value to set for the emailCount property.
    • setNetworkMessageIds

      public void setNetworkMessageIds(@Nullable List<String> value)
      Sets the networkMessageIds property value. Unique identifiers for the emails in the cluster, generated by Microsoft 365.
      Parameters:
      value - Value to set for the networkMessageIds property.
    • setQuery

      public void setQuery(@Nullable String value)
      Sets the query property value. The query used to identify the email cluster.
      Parameters:
      value - Value to set for the query property.
    • setUrn

      public void setUrn(@Nullable String value)
      Sets the urn property value. Uniform resource name (URN) of the automated investigation where the cluster was identified.
      Parameters:
      value - Value to set for the urn property.