public class DiscoveryServiceRegistrationRequestBody extends ODFOMASAPIRequestBody
| Constructor and Description |
|---|
DiscoveryServiceRegistrationRequestBody()
Default constructor
|
DiscoveryServiceRegistrationRequestBody(DiscoveryServiceRegistrationRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
Map<String,String> |
getDefaultAnalysisParameters()
Return the list of analysis parameters that are passed the the discovery service (via
the discovery context).
|
List<String> |
getDiscoveryRequestTypes()
Return the list of asset types that this discovery service supports.
|
String |
getDiscoveryServiceGUID()
Return the unique identifier of the discovery service.
|
int |
hashCode()
Return hash code for this object
|
void |
setDefaultAnalysisParameters(Map<String,String> defaultAnalysisParameters)
Set up the list of analysis parameters that are passed the the discovery service (via
the discovery context).
|
void |
setDiscoveryRequestTypes(List<String> discoveryRequestTypes)
Set up the list of asset types that this discovery service supports.
|
void |
setDiscoveryServiceGUID(String discoveryServiceGUID)
Set up the unique identifier of the discovery service.
|
String |
toString()
JSON-style toString.
|
public DiscoveryServiceRegistrationRequestBody()
public DiscoveryServiceRegistrationRequestBody(DiscoveryServiceRegistrationRequestBody template)
template - object to copypublic String getDiscoveryServiceGUID()
public void setDiscoveryServiceGUID(String discoveryServiceGUID)
discoveryServiceGUID - guidpublic List<String> getDiscoveryRequestTypes()
public Map<String,String> getDefaultAnalysisParameters()
public void setDefaultAnalysisParameters(Map<String,String> defaultAnalysisParameters)
defaultAnalysisParameters - map of parameter name to parameter valuepublic void setDiscoveryRequestTypes(List<String> discoveryRequestTypes)
discoveryRequestTypes - list of asset type namespublic String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.