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