Class LiveEventListResult

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

public final class LiveEventListResult extends Object
LiveEventListResult

The LiveEvent list result.

  • Constructor Details

    • LiveEventListResult

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

    • value

      public List<LiveEventInner> value()
      Get the value property: The result of the List Live Event operation.
      Returns:
      the value value.
    • withValue

      public LiveEventListResult withValue(List<LiveEventInner> value)
      Set the value property: The result of the List Live Event operation.
      Parameters:
      value - the value value to set.
      Returns:
      the LiveEventListResult object itself.
    • odataCount

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

      public LiveEventListResult withOdataCount(Integer odataCount)
      Set the odataCount property: The number of result.
      Parameters:
      odataCount - the odataCount value to set.
      Returns:
      the LiveEventListResult 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 live outputs.
      Returns:
      the odataNextLink value.
    • withOdataNextLink

      public LiveEventListResult withOdataNextLink(String odataNextLink)
      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 LiveEventListResult object itself.
    • validate

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