Interface UserMetadata

All Superinterfaces:
UserIdRelated
All Known Implementing Classes:
UserMetadataEntity

public interface UserMetadata extends UserIdRelated
API for user metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the creation date.
    net.solarnetwork.domain.datum.GeneralDatumMetadata
    Get the metadata.
    Get the updated date.
    Get the user ID.
  • Method Details

    • getUserId

      Long getUserId()
      Get the user ID.
      Specified by:
      getUserId in interface UserIdRelated
      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