Class EngineDetails
java.lang.Object
org.odpi.openmetadata.viewservices.dino.api.properties.EngineDetails
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor sets the properties to nullsEngineDetails
(String engineGUID, String engineDisplayName, String engineQualifiedName, String engineDescription, String engineTypeDescription, String engineVersion, Map<String, ServicePropertiesAndRequests> serviceMap) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.int
hashCode()
Return a hash code based on the values of this object.void
setEngineDescription
(String engineDescription) void
setEngineDisplayName
(String engineDisplayName) void
setEngineGUID
(String engineGUID) void
setEngineQualifiedName
(String engineQualifiedName) void
setEngineTypeDescription
(String engineTypeDescription) void
setEngineVersion
(String engineVersion) void
setServiceMap
(Map<String, ServicePropertiesAndRequests> serviceMap) toString()
Standard toString method.
-
Constructor Details
-
EngineDetails
public EngineDetails()Default Constructor sets the properties to nulls -
EngineDetails
-
-
Method Details
-
getEngineGUID
-
setEngineGUID
-
getEngineDisplayName
-
setEngineDisplayName
-
getEngineQualifiedName
-
setEngineQualifiedName
-
getEngineDescription
-
setEngineDescription
-
getEngineTypeDescription
-
setEngineTypeDescription
-
getEngineVersion
-
setEngineVersion
-
getServiceMap
-
setServiceMap
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-