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).
|
String |
getDiscoveryRequestType()
Return the new request 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 |
setDiscoveryRequestType(String discoveryRequestType)
Set up the new request 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 String getDiscoveryRequestType()
public void setDiscoveryRequestType(String discoveryRequestType)
discoveryRequestType - name of the requestpublic Map<String,String> getDefaultAnalysisParameters()
public void setDefaultAnalysisParameters(Map<String,String> defaultAnalysisParameters)
defaultAnalysisParameters - map of parameter name to parameter valuepublic String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.