Class TupleList
- java.lang.Object
-
- org.alfresco.rest.api.search.model.TupleList
-
- All Implemented Interfaces:
Serializable
public class TupleList extends Object implements Serializable
POJO class representing row response from streaming Search.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TupleList(List<TupleEntry> entry)
-
-
-
Constructor Detail
-
TupleList
public TupleList(List<TupleEntry> entry)
-
-
Method Detail
-
getEntry
public List<TupleEntry> getEntry()
-
-