public class DiscoveryServiceConfigurationEvent extends DiscoveryEngineConfigurationEvent
| Constructor and Description |
|---|
DiscoveryServiceConfigurationEvent()
Default constructor
|
DiscoveryServiceConfigurationEvent(DiscoveryServiceConfigurationEvent template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getDefaultAnalysisParameters()
Return the list of default analysis parameters for the discovery service affected by the change.
|
String |
getDiscoveryRequestType()
Return a discovery request type for the discovery service affected by the change.
|
String |
getRegisteredDiscoveryServiceGUID()
Return the unique identifier of the registered discovery service that has changed.
|
int |
hashCode()
Return hash code for this object
|
void |
setDefaultAnalysisParameters(Map<String,String> defaultAnalysisParameters)
Set up the list of default analysis parameters for the discovery service affected by the change.
|
void |
setDiscoveryRequestType(String discoveryRequestType)
Set up the discovery request type for the discovery service affected by the change.
|
void |
setRegisteredDiscoveryServiceGUID(String registeredDiscoveryServiceGUID)
Set up the unique identifier of the registered discovery service that has changed.
|
String |
toString()
JSON-style toString
|
getDiscoveryEngineGUID, getDiscoveryEngineName, setDiscoveryEngineGUID, setDiscoveryEngineNamegetEventType, getEventVersionId, setEventType, setEventVersionIdpublic DiscoveryServiceConfigurationEvent()
public DiscoveryServiceConfigurationEvent(DiscoveryServiceConfigurationEvent template)
template - object to copypublic String getRegisteredDiscoveryServiceGUID()
public void setRegisteredDiscoveryServiceGUID(String registeredDiscoveryServiceGUID)
registeredDiscoveryServiceGUID - string guidpublic String getDiscoveryRequestType()
public void setDiscoveryRequestType(String discoveryRequestType)
discoveryRequestType - a discovery request typepublic Map<String,String> getDefaultAnalysisParameters()
public void setDefaultAnalysisParameters(Map<String,String> defaultAnalysisParameters)
defaultAnalysisParameters - map of parameterspublic String toString()
toString in class DiscoveryEngineConfigurationEventpublic boolean equals(Object objectToCompare)
equals in class DiscoveryEngineConfigurationEventobjectToCompare - test objectpublic int hashCode()
hashCode in class DiscoveryEngineConfigurationEventCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.