Class InstanceIdentityProjection
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.projection.MorpheusIdentityModel
-
- com.morpheusdata.model.projection.InstanceIdentityProjection
-
- Direct Known Subclasses:
Instance
public class InstanceIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from theInstance
object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object- Since:
- 0.8.0
- See Also:
MorpheusCloudService
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description InstanceIdentityProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
void
setName(java.lang.String name)
-
Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityProperties
-
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
-