Class DescribeOutputRTSPPullSettings


  • public class DescribeOutputRTSPPullSettings
    extends AbstractModel
    • Constructor Detail

      • DescribeOutputRTSPPullSettings

        public DescribeOutputRTSPPullSettings()
      • DescribeOutputRTSPPullSettings

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

      • getServerUrls

        public DescribeOutputRTSPPullServerUrl[] getServerUrls()
        Get RTSP拉流地址列表。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServerUrls RTSP拉流地址列表。 注意:此字段可能返回 null,表示取不到有效值。
      • setServerUrls

        public void setServerUrls​(DescribeOutputRTSPPullServerUrl[] ServerUrls)
        Set RTSP拉流地址列表。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServerUrls - RTSP拉流地址列表。 注意:此字段可能返回 null,表示取不到有效值。