public class CAARecord extends Record
Modifier and Type | Class and Description |
---|---|
static class |
CAARecord.Flags |
Constructor and Description |
---|
CAARecord(Name name,
int dclass,
long ttl,
int flags,
java.lang.String tag,
java.lang.String value)
Creates an CAA Record from the given data.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Returns the flags.
|
java.lang.String |
getTag()
Returns the tag.
|
java.lang.String |
getValue()
Returns the value
|
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 CAARecord(Name name, int dclass, long ttl, int flags, java.lang.String tag, java.lang.String value)
flags
- The flags.tag
- The tag.value
- The value.