Class BatchStartStreamLinkFlowRequest


  • public class BatchStartStreamLinkFlowRequest
    extends AbstractModel
    • Constructor Detail

      • BatchStartStreamLinkFlowRequest

        public BatchStartStreamLinkFlowRequest()
      • BatchStartStreamLinkFlowRequest

        public BatchStartStreamLinkFlowRequest​(BatchStartStreamLinkFlowRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getEventId

        public String getEventId()
        Get EventId。
        Returns:
        EventId EventId。
      • setEventId

        public void setEventId​(String EventId)
        Set EventId。
        Parameters:
        EventId - EventId。
      • getFlowIds

        public String[] getFlowIds()
        Get Event关联的流Id数组,如果不传默认启动Event下面的所有媒体传输流。
        Returns:
        FlowIds Event关联的流Id数组,如果不传默认启动Event下面的所有媒体传输流。
      • setFlowIds

        public void setFlowIds​(String[] FlowIds)
        Set Event关联的流Id数组,如果不传默认启动Event下面的所有媒体传输流。
        Parameters:
        FlowIds - Event关联的流Id数组,如果不传默认启动Event下面的所有媒体传输流。