Class SupportedCapabilityElement
java.lang.Object
org.odpi.openmetadata.accessservices.devops.metadataelements.SupportedCapabilityElement
- All Implemented Interfaces:
Serializable,MetadataElement
SupportedCapabilityElement contains the properties and header for a SoftwareServerSupportedCapability relationship retrieved from the repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the properties of the linked software server capability.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the relationship.Return the properties from the software server supported capability relationship.inthashCode()Return hash code for this objectvoidsetCapabilityElement(SoftwareCapabilityElement capabilityElement) Set up the properties of the linked software server capability.voidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the relationship.voidsetSupportedCapabilityProperties(SupportedCapabilityProperties supportedCapabilityProperties) Set up the properties from the software server supported capability relationship.toString()JSON-style toString
-
Constructor Details
-
SupportedCapabilityElement
public SupportedCapabilityElement()Default constructor -
SupportedCapabilityElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the relationship.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the relationship.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getSupportedCapabilityProperties
Return the properties from the software server supported capability relationship.- Returns:
- properties
-
setSupportedCapabilityProperties
public void setSupportedCapabilityProperties(SupportedCapabilityProperties supportedCapabilityProperties) Set up the properties from the software server supported capability relationship.- Parameters:
supportedCapabilityProperties- server asset use
-
getCapabilityElement
Return the properties of the linked software server capability.- Returns:
- properties
-
setCapabilityElement
Set up the properties of the linked software server capability.- Parameters:
capabilityElement- properties
-
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
-