public class ISDNRecord extends Record
Constructor and Description |
---|
ISDNRecord(Name name,
int dclass,
long ttl,
String address,
String subAddress)
Creates an ISDN Record from the given data
|
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the ISDN number associated with the domain.
|
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, String address, String subAddress)
address
- The ISDN number associated with the domain.subAddress
- The subaddress, if any.IllegalArgumentException
- One of the strings is invalid.