public class NameListResponse extends FFDCResponseBase
| Constructor and Description |
|---|
NameListResponse()
Default constructor
|
NameListResponse(NameListResponse 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<String> |
getNames()
Return the name list result.
|
int |
hashCode()
Return hash code for this object
|
void |
setNames(List<String> names)
Set up the name list result.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic NameListResponse()
public NameListResponse(NameListResponse template)
template - object to copypublic void setNames(List<String> names)
names - list of stringspublic String toString()
toString in class FFDCResponseBasepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.