org.xbill.DNS
public class ISDNRecord extends Record
Constructor and Description |
---|
ISDNRecord(Name name,
int dclass,
long ttl,
java.lang.String address,
java.lang.String subAddress)
Creates an ISDN Record from the given data
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress()
Returns the ISDN number associated with the domain.
|
java.lang.String |
getSubAddress()
Returns the ISDN subaddress, or null if there is none.
|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
public ISDNRecord(Name name, int dclass, long ttl, java.lang.String address, java.lang.String subAddress)
address
- The ISDN number associated with the domain.subAddress
- The subaddress, if any.java.lang.IllegalArgumentException
- One of the strings is invalid.