Class OperationEventIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.OperationEventIdentityProjection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationEvent
- See Also:
-
Field Summary
FieldsFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
ConstructorsConstructorDescriptionOperationEventIdentityProjection(Long id, String externalId, String name, String config) The default constructor for creating a projection object. -
Method Summary
Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
externalId
-
name
-
-
Constructor Details
-
OperationEventIdentityProjection
The default constructor for creating a projection object.- Parameters:
id- the database id of the objectexternalId- the API id of the objectname- the Name of the object as a secondary comparisonconfig- the configuration of the object
-
OperationEventIdentityProjection
public OperationEventIdentityProjection()
-