Class NetworkRouteIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.NetworkRouteIdentityProjection
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NetworkRoute
- See Also:
- 
Field SummaryFieldsFields inherited from class com.morpheusdata.model.MorpheusModelconfig, id
- 
Constructor SummaryConstructorsConstructorDescriptionNetworkRouteIdentityProjection(Long id, String externalId, String refType, Long refId) 
- 
Method SummaryModifier and TypeMethodDescriptiongetRefId()voidsetExternalId(String externalId) voidvoidsetRefType(String refType) Methods inherited from class com.morpheusdata.model.MorpheusModelgetConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
- 
Field Details- 
externalId
- 
refType
- 
refId
 
- 
- 
Constructor Details- 
NetworkRouteIdentityProjectionpublic NetworkRouteIdentityProjection()
- 
NetworkRouteIdentityProjection
 
- 
- 
Method Details- 
getExternalId
- 
setExternalId
- 
getRefType
- 
setRefType
- 
getRefId
- 
setRefId
 
-