Class APIEndpointProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.apis.APIEndpointProperties
APIEndpointProperties describes the properties for the APIEndpoint relationship between a deployed
API the endpoint it calls.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorAPIEndpointProperties
(APIEndpointProperties template) Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
equals, getExtendedProperties, getTypeName, hashCode, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
APIEndpointProperties
public APIEndpointProperties()Default constructor -
APIEndpointProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
JSON-style toString.- Overrides:
toString
in classRelationshipBeanProperties
- Returns:
- list of properties and their values.
-