public class ResourceRecordImpl extends Object implements ResourceRecord
| Constructor and Description |
|---|
ResourceRecordImpl(String domainName,
RecordType recordType,
RecordClass recordClass,
int timeToLive,
Map<String,Object> attributes)
Creates a new instance of ResourceRecordImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
get(String id) |
String |
getDomainName() |
RecordClass |
getRecordClass() |
RecordType |
getRecordType() |
int |
getTimeToLive() |
int |
hashCode()
Compute the instance hash code
|
String |
toString() |
public ResourceRecordImpl(String domainName, RecordType recordType, RecordClass recordClass, int timeToLive, Map<String,Object> attributes)
domainName - recordType - recordClass - timeToLive - attributes - public String getDomainName()
getDomainName in interface ResourceRecordpublic RecordType getRecordType()
getRecordType in interface ResourceRecordpublic RecordClass getRecordClass()
getRecordClass in interface ResourceRecordpublic int getTimeToLive()
getTimeToLive in interface ResourceRecordpublic String get(String id)
get in interface ResourceRecordpublic int hashCode()
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.