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