Class LivePipelineSetRequest

java.lang.Object
com.azure.media.videoanalyzer.edge.models.MethodRequest
com.azure.media.videoanalyzer.edge.models.LivePipelineSetRequest

public final class LivePipelineSetRequest extends MethodRequest
Creates a new live pipeline or updates an existing one.
  • Constructor Details

    • LivePipelineSetRequest

      public LivePipelineSetRequest(LivePipeline livePipeline)
      Creates an instance of LivePipelineSetRequest class.
      Parameters:
      livePipeline - the livePipeline value to set.
  • Method Details

    • getLivePipeline

      public LivePipeline getLivePipeline()
      Get the livePipeline property: Live Pipeline represents an unique instance of a pipeline topology which is used for real-time content ingestion and analysis.
      Returns:
      the livePipeline value.
    • getMethodName

      public String getMethodName()
      Get the methodName property: method name.
      Returns:
      the methodName value.
    • getPayloadAsJson

      public String getPayloadAsJson() throws UnsupportedEncodingException
      Get the payload as JSON: the serialized form of the request body
      Overrides:
      getPayloadAsJson in class MethodRequest
      Returns:
      the payload as JSON
      Throws:
      UnsupportedEncodingException - UnsupportedEncodingException UnsupportedEncodingException