com.path.android.jobqueue.nonPersistentQueue
Class CountWithGroupIdsResult

java.lang.Object
  extended by com.path.android.jobqueue.nonPersistentQueue.CountWithGroupIdsResult

public class CountWithGroupIdsResult
extends java.lang.Object


Constructor Summary
CountWithGroupIdsResult(int count, java.util.Set<java.lang.String> groupIds)
           
 
Method Summary
 int getCount()
           
 java.util.Set<java.lang.String> getGroupIds()
           
 CountWithGroupIdsResult mergeWith(CountWithGroupIdsResult other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountWithGroupIdsResult

public CountWithGroupIdsResult(int count,
                               java.util.Set<java.lang.String> groupIds)
Method Detail

getCount

public int getCount()

getGroupIds

public java.util.Set<java.lang.String> getGroupIds()

mergeWith

public CountWithGroupIdsResult mergeWith(CountWithGroupIdsResult other)