Class DescribeOutputRTSPPullServerUrl


  • public class DescribeOutputRTSPPullServerUrl
    extends AbstractModel
    • Constructor Detail

      • DescribeOutputRTSPPullServerUrl

        public DescribeOutputRTSPPullServerUrl()
      • DescribeOutputRTSPPullServerUrl

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

      • getUrl

        public String getUrl()
        Get RTSP拉流地址的Url。
        Returns:
        Url RTSP拉流地址的Url。
      • setUrl

        public void setUrl​(String Url)
        Set RTSP拉流地址的Url。
        Parameters:
        Url - RTSP拉流地址的Url。