Class SoftwareServerPlatformProperties
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.AssetProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ITInfrastructureProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.SoftwareServerPlatformProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SoftwareServerPlatformRequestBody
SoftwareServerPlatformProperties is a representation of the properties for a software server platform.
This is the process that is visible to the operating system or container.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionConvert this object into an AssetProperties object.cloneToAsset
(String subTypeName) Convert this object into an AssetProperties object.boolean
Compare the values of the supplied object with those stored in the current object.Return the source (such as vendor or operator) of the platform.Return the type description for the server's type.Return the user identity of the platform.Return the version of the platform.int
hashCode()
Return hash code based on properties.void
setSoftwareServerPlatformSource
(String platformSource) Set up the source (such as vendor or operator) of the platform.void
setSoftwareServerPlatformType
(String platformType) Set up the type description for the server's type.void
setSoftwareServerPlatformUserId
(String platformUserId) Set up the user identity of the platform.void
setSoftwareServerPlatformVersion
(String platformVersion) Set up the version of the platform.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.properties.AssetProperties
getDescription, getDisplayName, getName, getVersionIdentifier, setDescription, setDisplayName, setName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
SoftwareServerPlatformProperties
public SoftwareServerPlatformProperties()Default constructor -
SoftwareServerPlatformProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
SoftwareServerPlatformProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
cloneToAsset
Convert this object into an AssetProperties object. This involves packing the additional properties introduced at this level into the extended properties.- Returns:
- asset properties
-
cloneToAsset
Convert this object into an AssetProperties object. This involves packing the properties introduced at this level into the extended properties.- Overrides:
cloneToAsset
in classITInfrastructureProperties
- Parameters:
subTypeName
- subtype name- Returns:
- asset properties
-
getSoftwareServerPlatformType
Return the type description for the server's type.- Returns:
- type description string
-
setSoftwareServerPlatformType
Set up the type description for the server's type.- Parameters:
platformType
- type description string
-
getSoftwareServerPlatformVersion
Return the version of the platform.- Returns:
- version string
-
setSoftwareServerPlatformVersion
Set up the version of the platform.- Parameters:
platformVersion
- version string
-
getSoftwareServerPlatformSource
Return the source (such as vendor or operator) of the platform.- Returns:
- string name
-
setSoftwareServerPlatformSource
Set up the source (such as vendor or operator) of the platform.- Parameters:
platformSource
- string name
-
getSoftwareServerPlatformUserId
Return the user identity of the platform.- Returns:
- string user identity
-
setSoftwareServerPlatformUserId
Set up the user identity of the platform.- Parameters:
platformUserId
- string user identity
-
toString
Standard toString method.- Overrides:
toString
in classITInfrastructureProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classAssetProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classAssetProperties
- Returns:
- int
-