org.ektorp
Class PurgeResult

java.lang.Object
  extended by org.ektorp.PurgeResult

public class PurgeResult
extends Object


Constructor Summary
PurgeResult(Map<String,List<String>> purged, long purgeSeq)
           
 
Method Summary
 Map<String,Object> getAnonymous()
           
 Map<String,List<String>> getPurged()
           
 long getPurgeSeq()
           
 void setAnonymous(String key, Object value)
          Exists in order to future proof this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurgeResult

public PurgeResult(Map<String,List<String>> purged,
                   long purgeSeq)
Method Detail

getPurged

public Map<String,List<String>> getPurged()

getPurgeSeq

public long getPurgeSeq()

getAnonymous

public Map<String,Object> getAnonymous()
Returns:
a Map containing fields that did not map to any other field in the class during object deserializarion from a JSON document.

setAnonymous

public void setAnonymous(String key,
                         Object value)
Exists in order to future proof this class.

Parameters:
key -
value -


Copyright © 2011. All Rights Reserved.