Class CommunityProfileEventHeader
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.events.CommunityProfileEventHeader
- Direct Known Subclasses:
CommunityProfileOutboundEvent
CommunityProfileEventHeader provides a common base for all events from the access service.
It implements a version Id.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.long
Return the event version id for this event structure.int
hashCode()
Return hash code for this objectvoid
setEventVersionId
(long eventVersionId) Set up the event version id for this event structure.toString()
JSON-style toString
-
Method Details
-
getEventVersionId
public long getEventVersionId()Return the event version id for this event structure.- Returns:
- long
-
setEventVersionId
public void setEventVersionId(long eventVersionId) Set up the event version id for this event structure.- Parameters:
eventVersionId
- long
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-