public class IntentCollection extends GenericModel
Constructor and Description |
---|
IntentCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.List<IntentExport> |
getIntents()
Gets the intents.
|
Pagination |
getPagination()
Gets the pagination.
|
void |
setIntents(java.util.List<IntentExport> intents)
Sets the intents.
|
void |
setPagination(Pagination pagination)
Sets the pagination.
|
equals, hashCode, toString
public java.util.List<IntentExport> getIntents()
public Pagination getPagination()
public void setIntents(java.util.List<IntentExport> intents)
intents
- the new intentspublic void setPagination(Pagination pagination)
pagination
- the new pagination