MCPcopy 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 */
502public Name
503getName() {
504 return name;
505}
506
507/**
508 * Returns the record's type

Callers 5

addRRsetMethod · 0.95
generateReplyMethod · 0.95
addMessageMethod · 0.95
findRRsetMethod · 0.95
sendAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected