Package com.microsoft.graph.models
Class ExchangeMessageTraceDetail
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ExchangeMessageTraceDetail
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class ExchangeMessageTraceDetail
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExchangeMessageTraceDetailcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the action property value.getData()Gets the data property value.Gets the dateTime property value.Gets the description property value.getEvent()Gets the event property value.The deserialization information for the current modelGets the messageId property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the action property value.voidSets the data property value.voidsetDateTime(OffsetDateTime value) Sets the dateTime property value.voidsetDescription(String value) Sets the description property value.voidSets the event property value.voidsetMessageId(String value) Sets the messageId property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
ExchangeMessageTraceDetail
public ExchangeMessageTraceDetail()Instantiates a newExchangeMessageTraceDetailand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static ExchangeMessageTraceDetail createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
ExchangeMessageTraceDetail
-
getAction
Gets the action property value. The action taken on the message during the event.- Returns:
- a
String
-
getData
Gets the data property value. Additional data associated with the event, containing supplementary information specific to the event.- Returns:
- a
String
-
getDateTime
Gets the dateTime property value. The date and time when the event occurred. The timestamp is in UTC format.- Returns:
- a
OffsetDateTime
-
getDescription
Gets the description property value. A detailed description that provides context about what happened during message processing.- Returns:
- a
String
-
getEvent
Gets the event property value. The event that occurred during message processing.- Returns:
- a
String
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getMessageId
Gets the messageId property value. The Message-ID header field of the message. The format depends on the messaging server that sent the message.- Returns:
- a
String
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setAction
Sets the action property value. The action taken on the message during the event.- Parameters:
value- Value to set for the action property.
-
setData
Sets the data property value. Additional data associated with the event, containing supplementary information specific to the event.- Parameters:
value- Value to set for the data property.
-
setDateTime
Sets the dateTime property value. The date and time when the event occurred. The timestamp is in UTC format.- Parameters:
value- Value to set for the dateTime property.
-
setDescription
Sets the description property value. A detailed description that provides context about what happened during message processing.- Parameters:
value- Value to set for the description property.
-
setEvent
Sets the event property value. The event that occurred during message processing.- Parameters:
value- Value to set for the event property.
-
setMessageId
Sets the messageId property value. The Message-ID header field of the message. The format depends on the messaging server that sent the message.- Parameters:
value- Value to set for the messageId property.
-