public class DiscoveryEngineConfigurationEvent extends DiscoveryEngineEvent
| Constructor and Description |
|---|
DiscoveryEngineConfigurationEvent()
Default constructor
|
DiscoveryEngineConfigurationEvent(DiscoveryEngineConfigurationEvent template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDiscoveryEngineGUID()
Return the unique identifier of the discovery engine that has a configuration change.
|
String |
getDiscoveryEngineName()
Return the unique name of the discovery engine that has a configuration change.
|
int |
hashCode()
Return hash code for this object
|
void |
setDiscoveryEngineGUID(String discoveryEngineGUID)
Set up the unique identifier of the discovery engine that has a configuration change.
|
void |
setDiscoveryEngineName(String discoveryEngineName)
Set up the unique name of the discovery engine that has a configuration change.
|
String |
toString()
JSON-style toString
|
getEventType, getEventVersionId, setEventType, setEventVersionIdpublic DiscoveryEngineConfigurationEvent()
public DiscoveryEngineConfigurationEvent(DiscoveryEngineConfigurationEvent template)
template - object to copypublic String getDiscoveryEngineGUID()
public void setDiscoveryEngineGUID(String discoveryEngineGUID)
discoveryEngineGUID - string guidpublic String getDiscoveryEngineName()
public void setDiscoveryEngineName(String discoveryEngineName)
discoveryEngineName - string namepublic String toString()
toString in class DiscoveryEngineEventpublic boolean equals(Object objectToCompare)
equals in class DiscoveryEngineEventobjectToCompare - test objectpublic int hashCode()
hashCode in class DiscoveryEngineEventCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.