azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

121 строка
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData"
name: "MediaLiveEventConnectionRejectedEventData"
nameWithType: "MediaLiveEventConnectionRejectedEventData"
summary: "Encoder connection rejected event data."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MediaLiveEventConnectionRejectedEventData**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData?alt=com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData&text=MediaLiveEventConnectionRejectedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.MediaLiveEventConnectionRejectedEventData()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.MediaLiveEventConnectionRejectedEventData()"
name: "MediaLiveEventConnectionRejectedEventData()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.MediaLiveEventConnectionRejectedEventData()"
summary: "Creates an instance of Media<wbr>Live<wbr>Event<wbr>Connection<wbr>Rejected<wbr>Event<wbr>Data class."
syntax: "public MediaLiveEventConnectionRejectedEventData()"
desc: "Creates an instance of MediaLiveEventConnectionRejectedEventData class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MediaLiveEventConnectionRejectedEventData.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Media<wbr>Live<wbr>Event<wbr>Connection<wbr>Rejected<wbr>Event<wbr>Data from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MediaLiveEventConnectionRejectedEventData fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MediaLiveEventConnectionRejectedEventData."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MediaLiveEventConnectionRejectedEventData from the JsonReader."
returns:
description: "An instance of MediaLiveEventConnectionRejectedEventData if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData?alt=com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData&text=MediaLiveEventConnectionRejectedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getEncoderIp()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getEncoderIp()"
name: "getEncoderIp()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.getEncoderIp()"
summary: "Get the encoder<wbr>Ip property: Gets the remote IP."
syntax: "public String getEncoderIp()"
desc: "Get the encoderIp property: Gets the remote IP."
returns:
description: "the encoderIp value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getEncoderPort()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getEncoderPort()"
name: "getEncoderPort()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.getEncoderPort()"
summary: "Get the encoder<wbr>Port property: Gets the remote port."
syntax: "public String getEncoderPort()"
desc: "Get the encoderPort property: Gets the remote port."
returns:
description: "the encoderPort value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getIngestUrl()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getIngestUrl()"
name: "getIngestUrl()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.getIngestUrl()"
summary: "Get the ingest<wbr>Url property: Gets the ingest URL provided by the live event."
syntax: "public String getIngestUrl()"
desc: "Get the ingestUrl property: Gets the ingest URL provided by the live event."
returns:
description: "the ingestUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getResultCode()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getResultCode()"
name: "getResultCode()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.getResultCode()"
summary: "Get the result<wbr>Code property: Gets the result code."
syntax: "public String getResultCode()"
desc: "Get the resultCode property: Gets the result code."
returns:
description: "the resultCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getStreamId()"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.getStreamId()"
name: "getStreamId()"
nameWithType: "MediaLiveEventConnectionRejectedEventData.getStreamId()"
summary: "Get the stream<wbr>Id property: Gets the stream Id."
syntax: "public String getStreamId()"
desc: "Get the streamId property: Gets the stream Id."
returns:
description: "the streamId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MediaLiveEventConnectionRejectedEventData.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Encoder connection rejected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventConnectionRejected event."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData?alt=com.azure.messaging.eventgrid.systemevents.MediaLiveEventConnectionRejectedEventData&text=MediaLiveEventConnectionRejectedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0