public class ReferenceablesResponse extends PagedResponse
| Constructor and Description |
|---|
ReferenceablesResponse()
Default constructor
|
ReferenceablesResponse(ReferenceablesResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<Referenceable> |
getReferenceables()
Return the list of referenceables in the response.
|
int |
hashCode()
Return hash code for this object
|
void |
setReferenceables(List<Referenceable> referenceables)
Set up the list of referenceables for the response.
|
String |
toString()
JSON-style toString
|
getStartingFromElement, setStartingFromElementgetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ReferenceablesResponse()
public ReferenceablesResponse(ReferenceablesResponse template)
template - object to copypublic List<Referenceable> getReferenceables()
public void setReferenceables(List<Referenceable> referenceables)
referenceables - listpublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2020 ODPi. All rights reserved.