If the query encountered a DNAME, return it.
()
| 172 | * If the query encountered a DNAME, return it. |
| 173 | */ |
| 174 | public DNAMERecord |
| 175 | getDNAME() { |
| 176 | return (DNAMERecord)((RRset)data).first(); |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * If the query hit a delegation point, return the NS set. |
no test coverage detected