public class AlertHistoryState extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
appId
The App Id.
|
java.lang.String |
assignedTo
The Assigned To.
|
java.util.List<java.lang.String> |
comments
The Comments.
|
AlertFeedback |
feedback
The Feedback.
|
java.lang.String |
oDataType |
AlertStatus |
status
The Status.
|
java.util.Calendar |
updatedDateTime
The Updated Date Time.
|
java.lang.String |
user
The User.
|
Constructor and Description |
---|
AlertHistoryState() |
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="appId") @Expose public java.lang.String appId
@SerializedName(value="assignedTo") @Expose public java.lang.String assignedTo
@SerializedName(value="comments") @Expose public java.util.List<java.lang.String> comments
@SerializedName(value="feedback") @Expose public AlertFeedback feedback
@SerializedName(value="status") @Expose public AlertStatus status
@SerializedName(value="updatedDateTime") @Expose public java.util.Calendar updatedDateTime
@SerializedName(value="user") @Expose public java.lang.String user
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to