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.
|
List<String> |
getDiscoveryRequestTypes()
Return the list of discovery request types 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 |
setDiscoveryRequestTypes(List<String> discoveryRequestTypes)
Set up the list of discovery request types 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 List<String> getDiscoveryRequestTypes()
public void setDiscoveryRequestTypes(List<String> discoveryRequestTypes)
discoveryRequestTypes - list of discovery request typespublic 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–2020 ODPi. All rights reserved.