Class PlatformDeploymentElement
java.lang.Object
org.odpi.openmetadata.accessservices.devops.metadataelements.PlatformDeploymentElement
- All Implemented Interfaces:
Serializable
,MetadataElement
PlatformDeploymentElement contains the properties and header for a SoftwareServerPlatformDeployment relationship retrieved from the repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the relationship.Return the header of the linked host.Return the properties from the software server platform deployment relationship.Return the header of the linked software server platform.int
hashCode()
Return hash code for this objectvoid
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the relationship.void
setHostElement
(ElementStub platformElement) Set up the header of the linked host.void
setPlatformDeploymentProperties
(PlatformDeploymentProperties platformDeploymentProperties) Set up the properties from the software server platform deployment relationship.void
setPlatformElement
(ElementStub platformElement) Set up the header of the linked software server platform.toString()
JSON-style toString
-
Constructor Details
-
PlatformDeploymentElement
public PlatformDeploymentElement()Default constructor -
PlatformDeploymentElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the relationship.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the relationship.- Specified by:
setElementHeader
in interfaceMetadataElement
- Parameters:
elementHeader
- element header object
-
getPlatformDeploymentProperties
Return the properties from the software server platform deployment relationship.- Returns:
- properties
-
setPlatformDeploymentProperties
public void setPlatformDeploymentProperties(PlatformDeploymentProperties platformDeploymentProperties) Set up the properties from the software server platform deployment relationship.- Parameters:
platformDeploymentProperties
- server asset use
-
getPlatformElement
Return the header of the linked software server platform.- Returns:
- header
-
setPlatformElement
Set up the header of the linked software server platform.- Parameters:
platformElement
- header
-
getHostElement
Return the header of the linked host.- Returns:
- header
-
setHostElement
Set up the header of the linked host.- Parameters:
platformElement
- header
-
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
-