public class EmailFileAssessmentRequest extends ThreatAssessmentRequest implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contentData
The Content Data.
|
MailDestinationRoutingReason |
destinationRoutingReason
The Destination Routing Reason.
|
java.lang.String |
recipientEmail
The Recipient Email.
|
category, contentType, createdBy, createdDateTime, expectedAssessment, requestSource, results, status
Constructor and Description |
---|
EmailFileAssessmentRequest() |
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="contentData", alternate="ContentData") @Expose public java.lang.String contentData
@SerializedName(value="destinationRoutingReason", alternate="DestinationRoutingReason") @Expose public MailDestinationRoutingReason destinationRoutingReason
@SerializedName(value="recipientEmail", alternate="RecipientEmail") @Expose public java.lang.String recipientEmail
public com.google.gson.JsonObject getRawObject()
getRawObject
in class ThreatAssessmentRequest
protected ISerializer getSerializer()
getSerializer
in class ThreatAssessmentRequest
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class ThreatAssessmentRequest
serializer
- the serializerjson
- the JSON object to set this object to