public class RegisteredDiscoveryService extends DiscoveryServiceProperties
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assetDiscoveryTypes |
description, displayName, latestChange, owner, ownerType, shortDescription, zoneMembershipadditionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
RegisteredDiscoveryService()
Default constructor
|
RegisteredDiscoveryService(DiscoveryServiceProperties template)
Copy/clone constructor
|
RegisteredDiscoveryService(RegisteredDiscoveryService template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<String> |
getAssetDiscoveryTypes()
Return the list of asset discovery types that this discovery service supports.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAssetDiscoveryTypes(List<String> assetDiscoveryTypes)
Set up the list of asset types that this discovery service supports.
|
String |
toString()
Standard toString method.
|
getConnection, setConnectiongetDescription, getDisplayName, getLatestChange, getOwner, getOwnerType, getShortDescription, getZoneMembership, setDescription, setDisplayName, setLatestChange, setOwner, setOwnerType, setShortDescription, setZoneMembershipgetAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic RegisteredDiscoveryService()
public RegisteredDiscoveryService(RegisteredDiscoveryService template)
template - object to copypublic RegisteredDiscoveryService(DiscoveryServiceProperties template)
template - object to copypublic List<String> getAssetDiscoveryTypes()
public void setAssetDiscoveryTypes(List<String> assetDiscoveryTypes)
assetDiscoveryTypes - list of asset type namespublic String toString()
toString in class DiscoveryServicePropertiespublic boolean equals(Object objectToCompare)
equals in class DiscoveryServicePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DiscoveryServicePropertiesCopyright © 2018–2020 ODPi. All rights reserved.