public class PagedResponse extends OCFOMASAPIResponse
| Constructor and Description |
|---|
PagedResponse()
Default constructor
|
PagedResponse(PagedResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
int |
getStartingFromElement()
Return the starting element number from the server side list that this response contains.
|
int |
hashCode()
Return hash code for this object
|
void |
setStartingFromElement(int startingFromElement)
Set up the starting element number from the server side list that this response contains.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic PagedResponse()
public PagedResponse(PagedResponse template)
template - object to copypublic int getStartingFromElement()
public void setStartingFromElement(int startingFromElement)
startingFromElement - intpublic String toString()
toString in class OCFOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2019 ODPi. All rights reserved.