public class ValidValuesResponse extends PagedResponse
| Constructor and Description |
|---|
ValidValuesResponse()
Default constructor
|
ValidValuesResponse(ValidValuesResponse 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<ValidValue> |
getValidValues()
Return the list of valid values in the response.
|
int |
hashCode()
Return hash code for this object
|
void |
setValidValues(List<ValidValue> validValues)
Set up the list of valid values 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 ValidValuesResponse()
public ValidValuesResponse(ValidValuesResponse template)
template - object to copypublic List<ValidValue> getValidValues()
public void setValidValues(List<ValidValue> validValues)
validValues - listpublic String toString()
toString in class PagedResponsepublic boolean equals(Object objectToCompare)
equals in class PagedResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class PagedResponseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.