org.xbill.DNS
Class ZoneTransferIn.Delta

java.lang.Object
  extended by org.xbill.DNS.ZoneTransferIn.Delta
Enclosing class:
ZoneTransferIn

public static class ZoneTransferIn.Delta
extends Object


Field Summary
 List adds
          A list of records added between the start and end versions
 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public long start
The starting serial number of this delta.


end

public long end
The ending serial number of this delta.


adds

public List adds
A list of records added between the start and end versions


deletes

public List deletes
A list of records deleted between the start and end versions