Class LivePipelineSetRequestBody


  • public final class LivePipelineSetRequestBody
    extends MethodRequest
    Live Pipeline represents an unique instance of a pipeline topology which is used for real-time content ingestion and analysis.
    • Constructor Detail

      • LivePipelineSetRequestBody

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

      • getName

        public String getName()
        Get the name property: Live pipeline unique identifier.
        Returns:
        the name value.
      • getSystemData

        public SystemData getSystemData()
        Get the systemData property: Read-only system metadata associated with this object.
        Returns:
        the systemData value.
      • setSystemData

        public LivePipelineSetRequestBody setSystemData​(SystemData systemData)
        Set the systemData property: Read-only system metadata associated with this object.
        Parameters:
        systemData - the systemData value to set.
        Returns:
        the LivePipelineSetRequestBody object itself.
      • getProperties

        public LivePipelineProperties getProperties()
        Get the properties property: Live pipeline properties.
        Returns:
        the properties value.
      • setProperties

        public LivePipelineSetRequestBody setProperties​(LivePipelineProperties properties)
        Set the properties property: Live pipeline properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the LivePipelineSetRequestBody object itself.