Class ExternalReferenceLinkRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.ExternalReferenceLinkRequestBody
ExternalReferenceRequestBody describes the properties of the external reference plus the optional identifiers for an
owning element.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the link description.Return the link id.int
hashCode()
Return hash code for this objectvoid
setLinkDescription
(String linkDescription) Set up the link description.void
Set up the link id.toString()
JSON-style toString
-
Constructor Details
-
ExternalReferenceLinkRequestBody
public ExternalReferenceLinkRequestBody()Default constructor -
ExternalReferenceLinkRequestBody
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getLinkId
Return the link id.- Returns:
- string identifier
-
setLinkId
Set up the link id.- Parameters:
linkId
- string identifier
-
getLinkDescription
Return the link description.- Returns:
- string description
-
setLinkDescription
Set up the link description.- Parameters:
linkDescription
- string description
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-