Class APIElement
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIElement
-
- All Implemented Interfaces:
Serializable,MetadataElement
public class APIElement extends Object implements MetadataElement, Serializable
APIElement contains the properties and header for a DeployedAPI entity retrieved from the metadata repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APIElement()Default constructorAPIElement(APIElement template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.APIPropertiesgetAPIProperties()Return details of the APIElementHeadergetElementHeader()Return the element header associated with the properties.inthashCode()Return hash code for this objectvoidsetAPIProperties(APIProperties apiProperties)Set up API propertiesvoidsetElementHeader(ElementHeader elementHeader)Set up the element header associated with the properties.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
APIElement
public APIElement()
Default constructor
-
APIElement
public APIElement(APIElement template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getElementHeader
public ElementHeader getElementHeader()
Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getAPIProperties
public APIProperties getAPIProperties()
Return details of the API- Returns:
- API properties
-
setAPIProperties
public void setAPIProperties(APIProperties apiProperties)
Set up API properties- Parameters:
apiProperties- API properties
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-