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