Class RecordName
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.dns.RecordName
- All Implemented Interfaces:
Comparable<RecordName>
Represents the name field of a DNS record (NAME).
- Author:
- mpolden
-
Method Summary
Modifier and TypeMethodDescriptionasFqdn()Returns this as a fully qualified domain name (ends in trailing dot)asString()intcompareTo(RecordName that) booleanstatic RecordNamestatic RecordNameinthashCode()booleanisFqdn()Returns whether this is a fully qualified domain name (ends in trailing dot)toString()
-
Method Details
-
asString
-
isFqdn
public boolean isFqdn()Returns whether this is a fully qualified domain name (ends in trailing dot) -
asFqdn
Returns this as a fully qualified domain name (ends in trailing dot) -
equals
-
hashCode
public int hashCode() -
toString
-
from
-
fqdn
-
compareTo
- Specified by:
compareToin interfaceComparable<RecordName>
-