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 TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the relationship.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStubReturn the header of the linked host.Return the properties from the software server platform deployment relationship.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStubReturn the header of the linked software server platform.inthashCode()Return hash code for this objectvoidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the relationship.voidsetHostElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub platformElement) Set up the header of the linked host.voidsetPlatformDeploymentProperties(PlatformDeploymentProperties platformDeploymentProperties) Set up the properties from the software server platform deployment relationship.voidsetPlatformElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.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
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
-
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
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub getPlatformElement()Return the header of the linked software server platform.- Returns:
- header
-
setPlatformElement
public void setPlatformElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub platformElement) Set up the header of the linked software server platform.- Parameters:
platformElement- header
-
getHostElement
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub getHostElement()Return the header of the linked host.- Returns:
- header
-
setHostElement
public void setHostElement(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub platformElement) 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
-