public class ThreatAssessmentRequest extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ThreatCategory |
category
The Category.
|
ThreatAssessmentContentType |
contentType
The Content Type.
|
IdentitySet |
createdBy
The Created By.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
ThreatExpectedAssessment |
expectedAssessment
The Expected Assessment.
|
ThreatAssessmentRequestSource |
requestSource
The Request Source.
|
ThreatAssessmentResultCollectionPage |
results
The Results.
|
ThreatAssessmentStatus |
status
The Status.
|
Constructor and Description |
---|
ThreatAssessmentRequest() |
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="category", alternate="Category") @Expose public ThreatCategory category
@SerializedName(value="contentType", alternate="ContentType") @Expose public ThreatAssessmentContentType contentType
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose public IdentitySet createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="expectedAssessment", alternate="ExpectedAssessment") @Expose public ThreatExpectedAssessment expectedAssessment
@SerializedName(value="requestSource", alternate="RequestSource") @Expose public ThreatAssessmentRequestSource requestSource
@SerializedName(value="status", alternate="Status") @Expose public ThreatAssessmentStatus status
@SerializedName(value="results", alternate="Results") @Expose public ThreatAssessmentResultCollectionPage results
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to