Class MediaLiveEventConnectionRejectedEventData
- java.lang.Object
-
- com.microsoft.azure.eventgrid.models.MediaLiveEventConnectionRejectedEventData
-
public class MediaLiveEventConnectionRejectedEventData extends Object
Encoder connection rejected event data.
-
-
Constructor Summary
Constructors Constructor Description MediaLiveEventConnectionRejectedEventData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringencoderIp()Get gets the remote IP.StringencoderPort()Get gets the remote port.StringingestUrl()Get gets the ingest URL provided by the live event.StringresultCode()Get gets the result code.StringstreamId()Get gets the stream Id.
-
-
-
Method Detail
-
ingestUrl
public String ingestUrl()
Get gets the ingest URL provided by the live event.- Returns:
- the ingestUrl value
-
streamId
public String streamId()
Get gets the stream Id.- Returns:
- the streamId value
-
encoderIp
public String encoderIp()
Get gets the remote IP.- Returns:
- the encoderIp value
-
encoderPort
public String encoderPort()
Get gets the remote port.- Returns:
- the encoderPort value
-
resultCode
public String resultCode()
Get gets the result code.- Returns:
- the resultCode value
-
-