public class FileAssessmentRequest extends ThreatAssessmentRequest implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contentData
The Content Data.
|
java.lang.String |
fileName
The File Name.
|
category, contentType, createdBy, createdDateTime, expectedAssessment, requestSource, results, status| Constructor and Description |
|---|
FileAssessmentRequest() |
| 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="contentData",
alternate="ContentData")
@Expose
public java.lang.String contentData
@SerializedName(value="fileName",
alternate="FileName")
@Expose
public java.lang.String fileName
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