public class CountResponse extends CommunityProfileOMASAPIResponse
| Constructor and Description |
|---|
CountResponse()
Default constructor
|
CountResponse(CountResponse 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 |
getCount()
Return the count result.
|
int |
hashCode()
Return hash code for this object
|
void |
setCount(int count)
Set up the count result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic CountResponse()
public CountResponse(CountResponse template)
template - object to copypublic int getCount()
public void setCount(int count)
count - intpublic String toString()
toString in class CommunityProfileOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class CommunityProfileOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileOMASAPIResponseCopyright © 2018–2019 ODPi. All rights reserved.