public class ReferenceableRequestBody extends OCFOMASAPIRequestBody
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
additionalProperties |
protected List<ElementClassification> |
classifications |
protected Map<String,Object> |
extendedProperties |
protected List<Meaning> |
meanings |
protected String |
qualifiedName |
protected String |
typeName |
| Constructor and Description |
|---|
ReferenceableRequestBody()
Default constructor
|
ReferenceableRequestBody(ReferenceableRequestBody 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.
|
Map<String,String> |
getAdditionalProperties()
Return a copy of the additional properties.
|
List<ElementClassification> |
getClassifications()
Return the classifications associated with this referenceable.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
List<Meaning> |
getMeanings()
Return the assigned meanings for this metadata entity.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
String |
getTypeName()
Return the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up additional properties.
|
void |
setClassifications(List<ElementClassification> classifications)
Set up the list of classifications associated with this referenceable.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that are defined for a subtype of referenceable but are not explicitly
supported by the bean.
|
void |
setMeanings(List<Meaning> meanings)
Set up the assigned meanings for this metadata entity.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
void |
setTypeName(String typeName)
Set up the open metadata type name of this object - this is used to create a subtype of
the referenceable.
|
String |
toString()
JSON-style toString.
|
protected String typeName
protected List<ElementClassification> classifications
protected String qualifiedName
public ReferenceableRequestBody()
public ReferenceableRequestBody(ReferenceableRequestBody template)
template - object to copypublic String getTypeName()
public void setTypeName(String typeName)
typeName - string type namepublic List<ElementClassification> getClassifications()
public void setClassifications(List<ElementClassification> classifications)
classifications - list of classifications with their propertiespublic String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - Additional properties objectpublic List<Meaning> getMeanings()
public void setMeanings(List<Meaning> meanings)
meanings - list of meaningspublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - map of propertiespublic String toString()
toString in class OCFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.