Class StreamingEndpointListResult

java.lang.Object
com.azure.resourcemanager.mediaservices.models.StreamingEndpointListResult

public final class StreamingEndpointListResult extends Object
StreamingEndpointListResult

The streaming endpoint list result.

  • Constructor Details

    • StreamingEndpointListResult

      public StreamingEndpointListResult()
      Creates an instance of StreamingEndpointListResult class.
  • Method Details

    • value

      public List<StreamingEndpointInner> value()
      Get the value property: The result of the List StreamingEndpoint operation.
      Returns:
      the value value.
    • withValue

      Set the value property: The result of the List StreamingEndpoint operation.
      Parameters:
      value - the value value to set.
      Returns:
      the StreamingEndpointListResult object itself.
    • odataCount

      public Integer odataCount()
      Get the odataCount property: The number of result.
      Returns:
      the odataCount value.
    • withOdataCount

      public StreamingEndpointListResult withOdataCount(Integer odataCount)
      Set the odataCount property: The number of result.
      Parameters:
      odataCount - the odataCount value to set.
      Returns:
      the StreamingEndpointListResult object itself.
    • odataNextLink

      public String odataNextLink()
      Get the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of streaming endpoints.
      Returns:
      the odataNextLink value.
    • withOdataNextLink

      public StreamingEndpointListResult withOdataNextLink(String odataNextLink)
      Set the odataNextLink property: The link to the next set of results. Not empty if value contains incomplete list of streaming endpoints.
      Parameters:
      odataNextLink - the odataNextLink value to set.
      Returns:
      the StreamingEndpointListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.