Package net.solarnetwork.central.domain
Interface UserMetadata
- All Superinterfaces:
UserIdRelated
- All Known Implementing Classes:
UserMetadataEntity
API for user metadata.
-
Method Summary
Modifier and TypeMethodDescriptionGet the creation date.net.solarnetwork.domain.datum.GeneralDatumMetadataGet the metadata.Get the updated date.Get the user ID.
-
Method Details
-
getUserId
Long getUserId()Get the user ID.- Specified by:
getUserIdin interfaceUserIdRelated- Returns:
- the user ID
-
getCreated
Instant getCreated()Get the creation date.- Returns:
- the creation date
-
getUpdated
Instant getUpdated()Get the updated date.- Returns:
- the updated date
-
getMetadata
net.solarnetwork.domain.datum.GeneralDatumMetadata getMetadata()Get the metadata.- Returns:
- the metadata
-