Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getName
Method
getName
src/main/java/core/org/xbill/DNS/Record.java:502–505 ·
view source on GitHub ↗
Returns the record's name @see Name
()
Source
from the content-addressed store, hash-verified
500
* @see Name
501
*/
502
public
Name
503
getName() {
504
return
name;
505
}
506
507
/**
508
* Returns the record's type
Callers
5
addRRset
Method · 0.95
generateReply
Method · 0.95
addMessage
Method · 0.95
findRRset
Method · 0.95
sendAsync
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected