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 TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the name of the cloud provider.inthashCode()Return hash code for this objectvoidsetProviderName(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, setTypeNameMethods 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:
toStringin classClassificationBeanProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classClassificationBeanProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classClassificationBeanProperties- Returns:
- int hash code
-