Class ParameterDefinition

java.lang.Object
com.azure.media.videoanalyzer.edge.models.ParameterDefinition

public final class ParameterDefinition extends Object
Defines the parameter value of an specific pipeline topology parameter. See pipeline topology parameters for more information.
  • Constructor Details

    • ParameterDefinition

      public ParameterDefinition(String name)
      Creates an instance of ParameterDefinition class.
      Parameters:
      name - the name value to set.
  • Method Details

    • getName

      public String getName()
      Get the name property: Name of the parameter declared in the pipeline topology.
      Returns:
      the name value.
    • getValue

      public String getValue()
      Get the value property: Parameter value to be applied on this specific live pipeline.
      Returns:
      the value value.
    • setValue

      public ParameterDefinition setValue(String value)
      Set the value property: Parameter value to be applied on this specific live pipeline.
      Parameters:
      value - the value value to set.
      Returns:
      the ParameterDefinition object itself.