Class LiveEventGetStatusResult

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

public final class LiveEventGetStatusResult extends Object
Get live event status result.
  • Constructor Details

    • LiveEventGetStatusResult

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

    • value

      public List<LiveEventStatusInner> value()
      Get the value property: The result of the get live event status.
      Returns:
      the value value.
    • withValue

      Set the value property: The result of the get live event status.
      Parameters:
      value - the value value to set.
      Returns:
      the LiveEventGetStatusResult object itself.
    • validate

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