Class OnvifSystemDateTime


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

      • OnvifSystemDateTime

        public OnvifSystemDateTime()
    • Method Detail

      • getType

        public OnvifSystemDateTimeType getType()
        Get the type property: An enum value determining whether the date time was configured using NTP or manual.
        Returns:
        the type value.
      • setType

        public OnvifSystemDateTime setType​(OnvifSystemDateTimeType type)
        Set the type property: An enum value determining whether the date time was configured using NTP or manual.
        Parameters:
        type - the type value to set.
        Returns:
        the OnvifSystemDateTime object itself.
      • getTime

        public String getTime()
        Get the time property: The device datetime returned when calling the request.
        Returns:
        the time value.
      • setTime

        public OnvifSystemDateTime setTime​(String time)
        Set the time property: The device datetime returned when calling the request.
        Parameters:
        time - the time value to set.
        Returns:
        the OnvifSystemDateTime object itself.
      • getTimeZone

        public String getTimeZone()
        Get the timeZone property: The timezone of the ONVIF device datetime.
        Returns:
        the timeZone value.
      • setTimeZone

        public OnvifSystemDateTime setTimeZone​(String timeZone)
        Set the timeZone property: The timezone of the ONVIF device datetime.
        Parameters:
        timeZone - the timeZone value to set.
        Returns:
        the OnvifSystemDateTime object itself.