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 java.lang.Object


Field Summary
 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.
 
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 java.util.List adds
A list of records added between the start and end versions


deletes

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