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.
|
List<String> |
getAssetTypes()
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 |
setAssetTypes(List<String> assetTypes)
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> getAssetTypes()
public void setAssetTypes(List<String> assetTypes)
assetTypes - list of asset type namespublic String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.