Class OperationEventIdentityProjection

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperationEvent

public class OperationEventIdentityProjection extends MorpheusIdentityModel
See Also:
  • Field Details

    • externalId

      protected String externalId
    • name

      protected String name
  • Constructor Details

    • OperationEventIdentityProjection

      public OperationEventIdentityProjection(Long id, String externalId, String name, String config)
      The default constructor for creating a projection object.
      Parameters:
      id - the database id of the object
      externalId - the API id of the object
      name - the Name of the object as a secondary comparison
      config - the configuration of the object
    • OperationEventIdentityProjection

      public OperationEventIdentityProjection()