Class SubmissionMailEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.SubmissionMailEntityProperties
Submission mail entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the networkMessageId property: The network message id of email to which submission belongs.Get the recipient property: The recipient of the mail.Get the reportType property: The submission type for the given instance.sender()
Get the sender property: The sender of the mail.senderIp()
Get the senderIp property: The sender's IP.subject()
Get the subject property: The subject of submission mail.Get the submissionDate property: The submission date.Get the submissionId property: The submission id.Get the submitter property: The submitter.Get the timestamp property: The Time stamp when the message is received (Mail).void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
SubmissionMailEntityProperties
public SubmissionMailEntityProperties()
-
-
Method Details
-
networkMessageId
Get the networkMessageId property: The network message id of email to which submission belongs.- Returns:
- the networkMessageId value.
-
submissionId
Get the submissionId property: The submission id.- Returns:
- the submissionId value.
-
submitter
Get the submitter property: The submitter.- Returns:
- the submitter value.
-
submissionDate
Get the submissionDate property: The submission date.- Returns:
- the submissionDate value.
-
timestamp
Get the timestamp property: The Time stamp when the message is received (Mail).- Returns:
- the timestamp value.
-
recipient
Get the recipient property: The recipient of the mail.- Returns:
- the recipient value.
-
sender
Get the sender property: The sender of the mail.- Returns:
- the sender value.
-
senderIp
Get the senderIp property: The sender's IP.- Returns:
- the senderIp value.
-
subject
Get the subject property: The subject of submission mail.- Returns:
- the subject value.
-
reportType
Get the reportType property: The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.- Returns:
- the reportType value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-