MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / setTTL

Method setTTL

src/main/java/core/org/xbill/DNS/Record.java:634–637  ·  view source on GitHub ↗
(long ttl)

Source from the content-addressed store, hash-verified

632
633/* Sets the TTL to the specified value. This is intentionally not public. */
634void
635setTTL(long ttl) {
636 this.ttl = ttl;
637}
638
639/**
640 * Compares this Record to another Object.

Callers 2

addRRMethod · 0.95
_nextRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected