Interface UniqueIdProjection
- All Superinterfaces:
AuditProjection,IdProjection
- All Known Subinterfaces:
BaseProjection,FinishedJobProjection,JobCommonFieldsProjection,JobProjection,JobSpecificationProjection
- All Known Implementing Classes:
ApplicationEntity,BaseEntity,ClusterEntity,CommandEntity,JobEntity
Projection for getting the Unique Id of a resource.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the unique identifier for this entity.Methods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.AuditProjection
getCreated, getUpdatedMethods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection
getId
-
Method Details
-
getUniqueId
String getUniqueId()Get the unique identifier for this entity.- Returns:
- The globally unique identifier of this entity
-