Class BatchStopStreamLinkFlowRequest


  • public class BatchStopStreamLinkFlowRequest
    extends AbstractModel
    • Constructor Detail

      • BatchStopStreamLinkFlowRequest

        public BatchStopStreamLinkFlowRequest()
      • BatchStopStreamLinkFlowRequest

        public BatchStopStreamLinkFlowRequest​(BatchStopStreamLinkFlowRequest 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 流Id,如果不传默认停止Event下所有的媒体传输流。
        Returns:
        FlowIds 流Id,如果不传默认停止Event下所有的媒体传输流。
      • setFlowIds

        public void setFlowIds​(String[] FlowIds)
        Set 流Id,如果不传默认停止Event下所有的媒体传输流。
        Parameters:
        FlowIds - 流Id,如果不传默认停止Event下所有的媒体传输流。