Class LiveEventTimedMetadataEndpoint
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventTimedMetadataEndpoint
The live event metadata insertion endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventTimedMetadataEndpoint class. -
Method Summary
-
Constructor Details
-
LiveEventTimedMetadataEndpoint
public LiveEventTimedMetadataEndpoint()Creates an instance of LiveEventTimedMetadataEndpoint class.
-
-
Method Details
-
url
Get the url property: The metadata endpoint URL.- Returns:
- the url value.
-
withUrl
Set the url property: The metadata endpoint URL.- Parameters:
url
- the url value to set.- Returns:
- the LiveEventTimedMetadataEndpoint object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-