Class ConnectToEndpointProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.connections.ConnectToEndpointProperties
The ConnectionEndpoint relationship properties as a placeholder in case the relationship has properties added.
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor sets the Connection properties to null.Copy/clone Constructor to return a copy of a connection object. - 
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
equals, getExtendedProperties, getTypeName, hashCode, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo 
- 
Constructor Details
- 
ConnectToEndpointProperties
public ConnectToEndpointProperties()Default constructor sets the Connection properties to null. - 
ConnectToEndpointProperties
Copy/clone Constructor to return a copy of a connection object.- Parameters:
 template- Connection to copy
 
 - 
 - 
Method Details
- 
toString
Standard toString method. Note SecuredProperties and other credential type properties are not displayed. This is deliberate because there is no knowing where the string will be printed.- Overrides:
 toStringin classRelationshipBeanProperties- Returns:
 - print out of variables in a JSON-style
 
 
 -