Class DnsRecord

    • Field Detail

      • SORT_ORDER_TIME_STAMP_DESC

        public static final String SORT_ORDER_TIME_STAMP_DESC
        The constant SORT_ORDER_TIME_STAMP_DESC.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DnsRecord

        public DnsRecord​(String recordType,
                         String recordValue,
                         byte[] recordRawValue,
                         String correlatedRecordValue,
                         Integer version,
                         Integer serial,
                         Integer ttlSeconds,
                         OffsetDateTime timeStamp,
                         DhcpLease dhcpLease)
        Instantiates a new Dns record.
        Parameters:
        recordType - the record type
        recordValue - the record value
        recordRawValue - the record raw active directory value
        correlatedRecordValue - the correlated record value
        version - the version
        serial - the serial
        ttlSeconds - the ttl seconds
        timeStamp - the time stamp
        dhcpLease - the dhcp lease