org.xbill.DNS
public static class ZoneTransferIn.Delta extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List |
adds
A list of records added between the start and end versions
|
java.util.List |
deletes
A list of records deleted between the start and end versions
|
long |
end
The ending serial number of this delta.
|
long |
start
The starting serial number of this delta.
|
public long start
public long end
public java.util.List adds
public java.util.List deletes