67 строки
6.1 KiB
YAML
67 строки
6.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData"
|
|
fullName: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData"
|
|
name: "MediaJobFinishedEventData"
|
|
nameWithType: "MediaJobFinishedEventData"
|
|
summary: "Job finished event data."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData&text=MediaJobStateChangeEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.correlationData()?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.correlationData&text=correlationData\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.previousState()?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.previousState&text=previousState\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.state()?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.state&text=state\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.withCorrelationData(java.util.Map<java.lang.String,java.lang.String>)?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData.withCorrelationData&text=withCorrelationData\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **MediaJobFinishedEventData**</br> extends <xref href=\"com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData?alt=com.microsoft.azure.eventgrid.models.MediaJobStateChangeEventData&text=MediaJobStateChangeEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.MediaJobFinishedEventData()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.MediaJobFinishedEventData()"
|
|
name: "MediaJobFinishedEventData()"
|
|
nameWithType: "MediaJobFinishedEventData.MediaJobFinishedEventData()"
|
|
syntax: "public MediaJobFinishedEventData()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.outputs()"
|
|
fullName: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.outputs()"
|
|
name: "outputs()"
|
|
nameWithType: "MediaJobFinishedEventData.outputs()"
|
|
summary: "Get gets the Job outputs."
|
|
syntax: "public List<MediaJobOutput> outputs()"
|
|
desc: "Get gets the Job outputs."
|
|
returns:
|
|
description: "the outputs value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobOutput?alt=com.microsoft.azure.eventgrid.models.MediaJobOutput&text=MediaJobOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.withOutputs(java.util.List<com.microsoft.azure.eventgrid.models.MediaJobOutput>)"
|
|
fullName: "com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData.withOutputs(List<MediaJobOutput> outputs)"
|
|
name: "withOutputs(List<MediaJobOutput> outputs)"
|
|
nameWithType: "MediaJobFinishedEventData.withOutputs(List<MediaJobOutput> outputs)"
|
|
summary: "Set gets the Job outputs."
|
|
parameters:
|
|
- description: "the outputs value to set"
|
|
name: "outputs"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobOutput?alt=com.microsoft.azure.eventgrid.models.MediaJobOutput&text=MediaJobOutput\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public MediaJobFinishedEventData withOutputs(List<MediaJobOutput> outputs)"
|
|
desc: "Set gets the Job outputs."
|
|
returns:
|
|
description: "the MediaJobFinishedEventData object itself."
|
|
type: "<xref href=\"com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData?alt=com.microsoft.azure.eventgrid.models.MediaJobFinishedEventData&text=MediaJobFinishedEventData\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Job finished event data."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.eventgrid.models"
|
|
artifact: com.microsoft.azure:azure-eventgrid:1.3.0
|