Class TrackerAccount
java.lang.Object
com.endurancetrio.data.common.model.entity.AuditableEntity
com.endurancetrio.data.tracker.model.entity.TrackerAccount
- All Implemented Interfaces:
Serializable
The
TrackerAccount represents an account authorized to send tracking data to the
EnduranceTrio Tracker system.
The TrackerAccount fields are defined as follows:
-
getOwner()owner : The unique identifier of the account owner -
getKey()key : The unique key associated with the account for authentication -
isEnabled()enabled : Flag indicating whether the account is active -
AuditableEntity.getVersion()version : The version number for optimistic locking, inherited fromAuditableEntity. -
AuditableEntity.getCreatedAt()createdAt : The system timestamp of creation, inherited fromAuditableEntity. -
AuditableEntity.getUpdatedAt()updatedAt : The system timestamp of the last update, inherited fromAuditableEntity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.endurancetrio.data.common.model.entity.AuditableEntity
getCreatedAt, getUpdatedAt, getVersion
-
Constructor Details
-
TrackerAccount
public TrackerAccount() -
TrackerAccount
-
-
Method Details