Class LiveEventTrackEventInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.LiveEventTrackEventInner
The live event track event.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventTrackEventInner class. -
Method Summary
Modifier and TypeMethodDescriptiondata()
Get the data property: Event data.Get the eventTime property: The time event raised.Get the eventType property: The type of the track event.void
validate()
Validates the instance.Set the data property: Event data.withEventTime
(OffsetDateTime eventTime) Set the eventTime property: The time event raised.withEventType
(LiveEventTrackEventType eventType) Set the eventType property: The type of the track event.
-
Constructor Details
-
LiveEventTrackEventInner
public LiveEventTrackEventInner()Creates an instance of LiveEventTrackEventInner class.
-
-
Method Details
-
eventType
Get the eventType property: The type of the track event.- Returns:
- the eventType value.
-
withEventType
Set the eventType property: The type of the track event.- Parameters:
eventType
- the eventType value to set.- Returns:
- the LiveEventTrackEventInner object itself.
-
eventTime
Get the eventTime property: The time event raised.- Returns:
- the eventTime value.
-
withEventTime
Set the eventTime property: The time event raised.- Parameters:
eventTime
- the eventTime value to set.- Returns:
- the LiveEventTrackEventInner object itself.
-
data
Get the data property: Event data.- Returns:
- the data value.
-
withData
Set the data property: Event data.- Parameters:
data
- the data value to set.- Returns:
- the LiveEventTrackEventInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-