public class ExternalReferenceLinkProperties extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
ExternalReferenceLinkProperties()
Default constructor
|
ExternalReferenceLinkProperties(ExternalReferenceLinkProperties 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.
|
String |
getLinkDescription()
Return the description of the external reference with respect to the linked object.
|
String |
getLinkId()
Return the identifier that this reference is to be known as with respect to the linked object.
|
int |
hashCode()
Return hash code for this object
|
void |
setLinkDescription(String linkDescription)
Set up the description of the external reference with respect to the linked object.
|
void |
setLinkId(String linkId)
Set up the identifier that this reference is to be known as with respect to the linked object.
|
String |
toString()
JSON-style toString.
|
public ExternalReferenceLinkProperties()
public ExternalReferenceLinkProperties(ExternalReferenceLinkProperties template)
template - object to copypublic String getLinkId()
public void setLinkId(String linkId)
linkId - String identifierpublic String getLinkDescription()
public void setLinkDescription(String linkDescription)
linkDescription - stringpublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.