public class DiscoveryServiceProperties extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
DiscoveryServiceProperties()
Default constructor
|
DiscoveryServiceProperties(DiscoveryServiceProperties 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.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
Connection |
getConnection()
Return the connection used to create a instance of this discovery service.
|
String |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
String |
getOriginBusinessCapabilityGUID()
Return the unique identifier of the business capability that originated this discovery service.
|
String |
getOriginOrganizationGUID()
Return the unique identifier for the organization that originated this discovery service.
|
Map<String,String> |
getOtherOriginValues()
Return the properties that characterize where this discovery service is from.
|
String |
getOwner()
Returns the name of the owner for this asset.
|
OwnerType |
getOwnerType()
Return the type of owner stored in the owner property.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
List<String> |
getZoneMembership()
Return the names of the zones that this discovery service is a member of.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setConnection(Connection connection)
Set up the connection used to create a instance of this discovery service.
|
void |
setDescription(String description)
Set up the stored description property associated with the asset.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the asset.
|
void |
setOriginBusinessCapabilityGUID(String originBusinessCapabilityGUID)
Set up the unique identifier of the business capability that originated this discovery service.
|
void |
setOriginOrganizationGUID(String originOrganizationGUID)
Set up the unique identifier for the organization that originated this discovery service.
|
void |
setOtherOriginValues(Map<String,String> otherOriginValues)
Set up the properties that characterize where this discovery service is from.
|
void |
setOwner(String owner)
Set up the name of the owner for this asset.
|
void |
setOwnerType(OwnerType ownerType)
Set up the owner type for this asset.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this discovery service is a member of.
|
String |
toString()
Standard toString method.
|
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic DiscoveryServiceProperties()
public DiscoveryServiceProperties(DiscoveryServiceProperties template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getDescription()
public void setDescription(String description)
description - String textpublic String getOwner()
public void setOwner(String owner)
owner - String namepublic OwnerType getOwnerType()
public void setOwnerType(OwnerType ownerType)
ownerType - OwnerCategory enumpublic List<String> getZoneMembership()
public void setZoneMembership(List<String> zoneMembership)
zoneMembership - list of zone namespublic String getOriginOrganizationGUID()
public void setOriginOrganizationGUID(String originOrganizationGUID)
originOrganizationGUID - string guidpublic String getOriginBusinessCapabilityGUID()
public void setOriginBusinessCapabilityGUID(String originBusinessCapabilityGUID)
originBusinessCapabilityGUID - string guidpublic Map<String,String> getOtherOriginValues()
public void setOtherOriginValues(Map<String,String> otherOriginValues)
otherOriginValues - map of name value pairs, all stringspublic void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic Map<String,String> getAdditionalProperties()
public Connection getConnection()
public void setConnection(Connection connection)
connection - connection objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.