public class BooleanResponse extends OMRSAPIResponse
exceptionClassName, exceptionErrorMessage, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
BooleanResponse()
Default constructor
|
BooleanResponse(BooleanResponse 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.
|
int |
hashCode()
Create a hash code for this element type.
|
boolean |
isFlag()
Return the boolean result.
|
void |
setFlag(boolean flag)
set up the boolean result.
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic BooleanResponse()
public BooleanResponse(BooleanResponse template)
template - object to copypublic boolean isFlag()
public void setFlag(boolean flag)
flag - booleanpublic String toString()
toString in class OMRSAPIResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIResponseCopyright © 2018–2020 ODPi. All rights reserved.