Class CreateStreamLinkFlowRequest

    • Constructor Detail

      • CreateStreamLinkFlowRequest

        public CreateStreamLinkFlowRequest()
      • CreateStreamLinkFlowRequest

        public CreateStreamLinkFlowRequest​(CreateStreamLinkFlowRequest 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

      • getFlowName

        public String getFlowName()
        Get 流名称。
        Returns:
        FlowName 流名称。
      • setFlowName

        public void setFlowName​(String FlowName)
        Set 流名称。
        Parameters:
        FlowName - 流名称。
      • getMaxBandwidth

        public Long getMaxBandwidth()
        Get 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。
        Returns:
        MaxBandwidth 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。
      • setMaxBandwidth

        public void setMaxBandwidth​(Long MaxBandwidth)
        Set 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。
        Parameters:
        MaxBandwidth - 最大带宽,单位bps,可选[10000000, 20000000, 50000000]。
      • getInputGroup

        public CreateInput[] getInputGroup()
        Get 流的输入组。
        Returns:
        InputGroup 流的输入组。
      • setInputGroup

        public void setInputGroup​(CreateInput[] InputGroup)
        Set 流的输入组。
        Parameters:
        InputGroup - 流的输入组。
      • getEventId

        public String getEventId()
        Get 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。
        Returns:
        EventId 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。
      • setEventId

        public void setEventId​(String EventId)
        Set 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。
        Parameters:
        EventId - 该Flow关联的媒体传输事件ID,每个flow只能关联一个Event。