If the query encountered a CNAME, return it.
()
| 164 | * If the query encountered a CNAME, return it. |
| 165 | */ |
| 166 | public CNAMERecord |
| 167 | getCNAME() { |
| 168 | return (CNAMERecord)((RRset)data).first(); |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * If the query encountered a DNAME, return it. |
no test coverage detected