Package com.microsoft.graph.models
Class UserSimulationEventInfo
java.lang.Object
com.microsoft.graph.models.UserSimulationEventInfo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserSimulationEventInfo
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Simulation Event Info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Browser.The Event Date Time.The Event Name.The Ip Address.the OData type of the object as returned by the serviceThe Os Platform Device Details. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
browser
The Browser. Browser information from where the simulation event was initiated by a user in an attack simulation and training campaign. -
eventDateTime
@SerializedName(value="eventDateTime", alternate="EventDateTime") @Expose @Nullable public OffsetDateTime eventDateTimeThe Event Date Time. Date and time of the simulation event by a user in an attack simulation and training campaign. -
eventName
The Event Name. Name of the simulation event by a user in an attack simulation and training campaign. -
ipAddress
The Ip Address. IP address from where the simulation event was initiated by a user in an attack simulation and training campaign. -
osPlatformDeviceDetails
@SerializedName(value="osPlatformDeviceDetails", alternate="OsPlatformDeviceDetails") @Expose @Nullable public String osPlatformDeviceDetailsThe Os Platform Device Details. The operating system, platform, and device details from where the simulation event was initiated by a user in an attack simulation and training campaign.
-
-
Constructor Details
-
UserSimulationEventInfo
public UserSimulationEventInfo()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-