Class OMRSEventV1InstanceSection
java.lang.Object
org.odpi.openmetadata.repositoryservices.events.beans.v1.OMRSEventV1InstanceSection
- All Implemented Interfaces:
Serializable
OMRSEventV1InstanceSection describes the properties specific to instance events
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the new classification.Return the values for the entity at the end of the operation.Return associated entity proxy.Return the reason for the event.Return the new metadata collection unique identifier.Return a batch of instances.Return the unique identifier of the instance.Return the classification before it was changed.Return the entity values before it was updated.Return the unique identifier of the metadata collection before it was changed.Return the unique identifier of the instance before it was changed.Return values for the relationship before it was changed.Return the type before it was changed.Return new relationship values.Return the unique identifier of the instance type.Return the unique name of the instance type.void
setClassification
(Classification classification) Set up new classification.void
setEntity
(EntityDetail entity) Set up the values for the entity at the end of the operation.void
setEntityProxy
(EntityProxy entityProxy) Set up associated entity proxy.void
setEventType
(OMRSInstanceEventType eventType) Set up the reason for the event.void
setHomeMetadataCollectionId
(String homeMetadataCollectionId) Set up the new metadata collection unique identifier.void
setInstanceBatch
(InstanceGraph instanceBatch) Set up a batch of instances.void
setInstanceGUID
(String instanceGUID) Set up the unique identifier of the instance.void
setOriginalClassification
(Classification originalClassification) Set up the classification before it was changed.void
setOriginalEntity
(EntityDetail originalEntity) Set up the entity values before it was updated.void
setOriginalHomeMetadataCollectionId
(String originalHomeMetadataCollectionId) Set up the unique identifier of the metadata collection before it was changed.void
setOriginalInstanceGUID
(String originalInstanceGUID) Set up the unique identifier of the instance before it was changed.void
setOriginalRelationship
(Relationship originalRelationship) Set up the values for the relationship before it was changed.void
setOriginalTypeDefSummary
(TypeDefSummary originalTypeDefSummary) Set up the type before it was changed.void
setRelationship
(Relationship relationship) Set up new relationship values.void
setTypeDefGUID
(String typeDefGUID) Set up the unique identifier of the instance type.void
setTypeDefName
(String typeDefName) Set up the unique name of the instance type.toString()
JSON-style toString.
-
Constructor Details
-
OMRSEventV1InstanceSection
public OMRSEventV1InstanceSection()Default constructor
-
-
Method Details
-
getEventType
Return the reason for the event.- Returns:
- enum
-
setEventType
Set up the reason for the event.- Parameters:
eventType
- enum
-
getTypeDefGUID
Return the unique identifier of the instance type.- Returns:
- guid
-
setTypeDefGUID
Set up the unique identifier of the instance type.- Parameters:
typeDefGUID
- guid
-
getTypeDefName
Return the unique name of the instance type.- Returns:
- name
-
setTypeDefName
Set up the unique name of the instance type.- Parameters:
typeDefName
- guid
-
getInstanceGUID
Return the unique identifier of the instance.- Returns:
- guid
-
setInstanceGUID
Set up the unique identifier of the instance.- Parameters:
instanceGUID
- guid
-
getOriginalEntity
Return the entity values before it was updated.- Returns:
- entity
-
setOriginalEntity
Set up the entity values before it was updated.- Parameters:
originalEntity
- entity
-
getEntity
Return the values for the entity at the end of the operation.- Returns:
- entity
-
setEntity
Set up the values for the entity at the end of the operation.- Parameters:
entity
- entity
-
getEntityProxy
Return associated entity proxy.- Returns:
- proxy
-
setEntityProxy
Set up associated entity proxy.- Parameters:
entityProxy
- proxy
-
getOriginalRelationship
Return values for the relationship before it was changed.- Returns:
- relationship
-
setOriginalRelationship
Set up the values for the relationship before it was changed.- Parameters:
originalRelationship
- relationship
-
getRelationship
Return new relationship values.- Returns:
- relationship
-
setRelationship
Set up new relationship values.- Parameters:
relationship
- relationship
-
getOriginalClassification
Return the classification before it was changed.- Returns:
- classification
-
setOriginalClassification
Set up the classification before it was changed.- Parameters:
originalClassification
- classification
-
getClassification
Return the new classification.- Returns:
- classification
-
setClassification
Set up new classification.- Parameters:
classification
- classification
-
getInstanceBatch
Return a batch of instances.- Returns:
- set of instances
-
setInstanceBatch
Set up a batch of instances.- Parameters:
instanceBatch
- set of instances
-
getHomeMetadataCollectionId
Return the new metadata collection unique identifier.- Returns:
- guid
-
setHomeMetadataCollectionId
Set up the new metadata collection unique identifier.- Parameters:
homeMetadataCollectionId
- guid
-
getOriginalHomeMetadataCollectionId
Return the unique identifier of the metadata collection before it was changed.- Returns:
- guid
-
setOriginalHomeMetadataCollectionId
Set up the unique identifier of the metadata collection before it was changed.- Parameters:
originalHomeMetadataCollectionId
- guid
-
getOriginalTypeDefSummary
Return the type before it was changed.- Returns:
- type info
-
setOriginalTypeDefSummary
Set up the type before it was changed.- Parameters:
originalTypeDefSummary
- type info
-
getOriginalInstanceGUID
Return the unique identifier of the instance before it was changed.- Returns:
- guid
-
setOriginalInstanceGUID
Set up the unique identifier of the instance before it was changed.- Parameters:
originalInstanceGUID
- guid
-
toString
JSON-style toString.
-