Class CloudProviderProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.operatingplatforms.CloudProviderProperties
CloudProviderProperties describes a cloud provider.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the name of the cloud provider.int
hashCode()
Return hash code for this objectvoid
setProviderName
(String providerName) Set up the name of the cloud provider.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationBeanProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
CloudProviderProperties
public CloudProviderProperties()Default constructor -
CloudProviderProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getProviderName
Return the name of the cloud provider.- Returns:
- string name - often a URL
-
setProviderName
Set up the name of the cloud provider.- Parameters:
providerName
- string name - often a URL
-
toString
JSON-style toString- Overrides:
toString
in classClassificationBeanProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classClassificationBeanProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classClassificationBeanProperties
- Returns:
- int hash code
-