Class ResourceProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.properties.ResourceProperties
- All Implemented Interfaces:
Serializable
ResourceProperties provides a summary of a resource linked to a community or personal profile or something similar.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorResourceProperties
(ResourceProperties template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
equals, getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, hashCode, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
ResourceProperties
public ResourceProperties()Default constructor -
ResourceProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-