public class DiscoveryEngineListResponse extends ODFOMASAPIResponse
| Constructor and Description |
|---|
DiscoveryEngineListResponse()
Default constructor
|
DiscoveryEngineListResponse(DiscoveryEngineListResponse 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<DiscoveryEngineProperties> |
getDiscoveryEngines()
Return the properties objects.
|
int |
hashCode()
Return hash code for this object
|
void |
setDiscoveryEngines(List<DiscoveryEngineProperties> discoveryEngines)
Set up the properties objects.
|
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 DiscoveryEngineListResponse()
public DiscoveryEngineListResponse(DiscoveryEngineListResponse template)
template - object to copypublic List<DiscoveryEngineProperties> getDiscoveryEngines()
public void setDiscoveryEngines(List<DiscoveryEngineProperties> discoveryEngines)
discoveryEngines - list of properties objectspublic String toString()
toString in class ODFOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.