public class MailAssessmentRequest extends ThreatAssessmentRequest implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MailDestinationRoutingReason |
destinationRoutingReason
The Destination Routing Reason.
|
java.lang.String |
messageUri
The Message Uri.
|
java.lang.String |
recipientEmail
The Recipient Email.
|
category, contentType, createdBy, createdDateTime, expectedAssessment, requestSource, results, status| Constructor and Description |
|---|
MailAssessmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="destinationRoutingReason",
alternate="DestinationRoutingReason")
@Expose
public MailDestinationRoutingReason destinationRoutingReason
@SerializedName(value="messageUri",
alternate="MessageUri")
@Expose
public java.lang.String messageUri
@SerializedName(value="recipientEmail",
alternate="RecipientEmail")
@Expose
public java.lang.String recipientEmail
public com.google.gson.JsonObject getRawObject()
getRawObject in class ThreatAssessmentRequestprotected ISerializer getSerializer()
getSerializer in class ThreatAssessmentRequestpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ThreatAssessmentRequestserializer - the serializerjson - the JSON object to set this object to