Class LiveEventGetStreamEventsResult
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventGetStreamEventsResult
Get live event stream events result.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventGetStreamEventsResult class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The result of the get live event stream events.withValue
(List<LiveEventStreamEventInner> value) Set the value property: The result of the get live event stream events.
-
Constructor Details
-
LiveEventGetStreamEventsResult
public LiveEventGetStreamEventsResult()Creates an instance of LiveEventGetStreamEventsResult class.
-
-
Method Details
-
value
Get the value property: The result of the get live event stream events.- Returns:
- the value value.
-
withValue
Set the value property: The result of the get live event stream events.- Parameters:
value
- the value value to set.- Returns:
- the LiveEventGetStreamEventsResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-