public class QuestionRecord extends Object
| Constructor and Description |
|---|
QuestionRecord(String domainName,
RecordType recordType,
RecordClass recordClass)
Creates a new instance of QuestionRecord.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getDomainName()
The domain name of this query.
|
RecordClass |
getRecordClass()
The class for this query.
|
RecordType |
getRecordType()
The type of the query.
|
int |
hashCode() |
String |
toString() |
public QuestionRecord(String domainName, RecordType recordType, RecordClass recordClass)
domainName - recordType - recordClass - public String getDomainName()
public RecordType getRecordType()
RecordType.public RecordClass getRecordClass()
RecordClass.public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.