public class EntityListResponse extends OMRSAPIPagedResponse
nextPageURL, offset, pageSizeactionDescription, exceptionCausedBy, exceptionClassName, exceptionErrorMessage, exceptionErrorMessageId, exceptionErrorMessageParameters, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
EntityListResponse()
Default constructor
|
EntityListResponse(EntityListResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<EntityDetail> |
getEntities()
Return the list of entities.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntities(List<EntityDetail> entities)
Set up the list of entities.
|
String |
toString()
Standard toString method.
|
getNextPageURL, getOffset, getPageSize, setNextPageURL, setOffset, setPageSizegetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic EntityListResponse()
public EntityListResponse(EntityListResponse template)
template - object to copypublic List<EntityDetail> getEntities()
public void setEntities(List<EntityDetail> entities)
entities - entity listpublic String toString()
toString in class OMRSAPIPagedResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIPagedResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIPagedResponseCopyright © 2018–2020 ODPi. All rights reserved.