com.google.appengine.api.search
Class AddResponse

java.lang.Object
  extended by com.google.appengine.api.search.AddDocumentsResponse
      extended by com.google.appengine.api.search.AddResponse
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<OperationResult>

public class AddResponse
extends AddDocumentsResponse

Represents a result of adding a list of objects (documents or queries) to an index. The response contains a list of OperationResult indicating success or not of adding each of the objects, and a list of Id of the objects which are those given in the request or allocated by the search service to those objects which do not have an Id supplied.

See Also:
Serialized Form

Method Summary
 java.util.List<java.lang.String> getIds()
           
 java.lang.String toString()
           
 
Methods inherited from class com.google.appengine.api.search.AddDocumentsResponse
getDocumentIds, getResults, iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIds

public java.util.List<java.lang.String> getIds()
Returns:
an unmodifiable list of Ids

toString

public java.lang.String toString()
Overrides:
toString in class AddDocumentsResponse