Class LiveOutputListResult
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveOutputListResult
LiveOutputListResult
The LiveOutput list result.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the odataCount property: The number of result.Get the odataNextLink property: The link to the next set of results.void
validate()
Validates the instance.value()
Get the value property: The result of the List LiveOutput operation.withOdataCount
(Integer odataCount) Set the odataCount property: The number of result.withOdataNextLink
(String odataNextLink) Set the odataNextLink property: The link to the next set of results.withValue
(List<LiveOutputInner> value) Set the value property: The result of the List LiveOutput operation.
-
Constructor Details
-
LiveOutputListResult
public LiveOutputListResult()Creates an instance of LiveOutputListResult class.
-
-
Method Details
-
value
Get the value property: The result of the List LiveOutput operation.- Returns:
- the value value.
-
withValue
Set the value property: The result of the List LiveOutput operation.- Parameters:
value
- the value value to set.- Returns:
- the LiveOutputListResult object itself.
-
odataCount
Get the odataCount property: The number of result.- Returns:
- the odataCount value.
-
withOdataCount
Set the odataCount property: The number of result.- Parameters:
odataCount
- the odataCount value to set.- Returns:
- the LiveOutputListResult object itself.
-
odataNextLink
Get the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of live outputs.- Returns:
- the odataNextLink value.
-
withOdataNextLink
Set the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of live outputs.- Parameters:
odataNextLink
- the odataNextLink value to set.- Returns:
- the LiveOutputListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-