Class OnvifDevice


  • public final class OnvifDevice
    extends Object
    The ONVIF device properties.
    • Constructor Detail

      • OnvifDevice

        public OnvifDevice()
    • Method Detail

      • getHostname

        public OnvifHostName getHostname()
        Get the hostname property: The hostname of the ONVIF device.
        Returns:
        the hostname value.
      • setHostname

        public OnvifDevice setHostname​(OnvifHostName hostname)
        Set the hostname property: The hostname of the ONVIF device.
        Parameters:
        hostname - the hostname value to set.
        Returns:
        the OnvifDevice object itself.
      • getSystemDateTime

        public OnvifSystemDateTime getSystemDateTime()
        Get the systemDateTime property: The system date and time of the ONVIF device.
        Returns:
        the systemDateTime value.
      • setSystemDateTime

        public OnvifDevice setSystemDateTime​(OnvifSystemDateTime systemDateTime)
        Set the systemDateTime property: The system date and time of the ONVIF device.
        Parameters:
        systemDateTime - the systemDateTime value to set.
        Returns:
        the OnvifDevice object itself.
      • getDns

        public OnvifDns getDns()
        Get the dns property: The ONVIF device DNS properties.
        Returns:
        the dns value.
      • setDns

        public OnvifDevice setDns​(OnvifDns dns)
        Set the dns property: The ONVIF device DNS properties.
        Parameters:
        dns - the dns value to set.
        Returns:
        the OnvifDevice object itself.
      • getMediaProfiles

        public List<MediaProfile> getMediaProfiles()
        Get the mediaProfiles property: An array of of ONVIF media profiles supported by the ONVIF device.
        Returns:
        the mediaProfiles value.
      • setMediaProfiles

        public OnvifDevice setMediaProfiles​(List<MediaProfile> mediaProfiles)
        Set the mediaProfiles property: An array of of ONVIF media profiles supported by the ONVIF device.
        Parameters:
        mediaProfiles - the mediaProfiles value to set.
        Returns:
        the OnvifDevice object itself.