public class MessageSecurityState extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
connectingIP
The Connecting IP.
|
java.lang.String |
deliveryAction
The Delivery Action.
|
java.lang.String |
deliveryLocation
The Delivery Location.
|
java.lang.String |
directionality
The Directionality.
|
java.lang.String |
internetMessageId
The Internet Message Id.
|
java.lang.String |
messageFingerprint
The Message Fingerprint.
|
java.util.Calendar |
messageReceivedDateTime
The Message Received Date Time.
|
java.lang.String |
messageSubject
The Message Subject.
|
java.lang.String |
networkMessageId
The Network Message Id.
|
java.lang.String |
oDataType |
| Constructor and Description |
|---|
MessageSecurityState() |
| 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="connectingIP",
alternate="ConnectingIP")
@Expose
public java.lang.String connectingIP
@SerializedName(value="deliveryAction",
alternate="DeliveryAction")
@Expose
public java.lang.String deliveryAction
@SerializedName(value="deliveryLocation",
alternate="DeliveryLocation")
@Expose
public java.lang.String deliveryLocation
@SerializedName(value="directionality",
alternate="Directionality")
@Expose
public java.lang.String directionality
@SerializedName(value="internetMessageId",
alternate="InternetMessageId")
@Expose
public java.lang.String internetMessageId
@SerializedName(value="messageFingerprint",
alternate="MessageFingerprint")
@Expose
public java.lang.String messageFingerprint
@SerializedName(value="messageReceivedDateTime",
alternate="MessageReceivedDateTime")
@Expose
public java.util.Calendar messageReceivedDateTime
@SerializedName(value="messageSubject",
alternate="MessageSubject")
@Expose
public java.lang.String messageSubject
@SerializedName(value="networkMessageId",
alternate="NetworkMessageId")
@Expose
public java.lang.String networkMessageId
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to