Class OMAGCohortProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGCohortProperties
OMAGCohortProperties captures details about a specific cohort from a particular server's point of view.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.int
hashCode()
Return hash code based on properties.void
setCohortName
(String cohortName) void
setConnectionStatus
(CohortConnectionStatus connectionStatus) void
setConnectors
(List<OMAGConnectorProperties> connectors) void
setLocalRegistration
(MemberRegistration localRegistration) void
setRemoteRegistrations
(List<MemberRegistration> remoteRegistrations) toString()
Standard toString method.
-
Constructor Details
-
OMAGCohortProperties
public OMAGCohortProperties()
-
-
Method Details
-
getCohortName
-
setCohortName
-
getConnectionStatus
-
setConnectionStatus
-
getConnectors
-
setConnectors
-
getLocalRegistration
-
setLocalRegistration
-
getRemoteRegistrations
-
setRemoteRegistrations
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-