public class RatingsResponse extends PagedResponse
| Constructor and Description |
|---|
RatingsResponse()
Default constructor
|
RatingsResponse(RatingsResponse 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<Rating> |
getList()
Return the responseObjects result.
|
int |
hashCode()
Return hash code for this object
|
void |
setList(List<Rating> responseObjects)
Set up the responseObjects result.
|
String |
toString()
JSON-style toString
|
getStartingFromElement, setStartingFromElementgetExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic RatingsResponse()
public RatingsResponse(RatingsResponse template)
template - object to copypublic List<Rating> getList()
public void setList(List<Rating> responseObjects)
responseObjects - list of response objectspublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2019 ODPi. All rights reserved.