Class Feature
java.lang.Object
io.micronaut.starter.analytics.postgres.Feature
Models a selected application feature.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull Application
@Nullable Long
getId()
The ID.@NonNull String
getName()
void
-
Constructor Details
-
Feature
-
-
Method Details
-
getApplication
- Returns:
- The application
-
getName
- Returns:
- The feature name
-
getId
The ID.- Returns:
- The id
-
setId
- Parameters:
id
- The ID
-