FreeRDP
Loading...
Searching...
No Matches
com.freerdp.freerdpcore.data.HistoryEntity Class Reference

Public Member Functions

 HistoryEntity (@NonNull String item)
 

Data Fields

String item
 
long timestamp
 

Detailed Description

Definition at line 20 of file HistoryEntity.java.

Constructor & Destructor Documentation

◆ HistoryEntity()

com.freerdp.freerdpcore.data.HistoryEntity.HistoryEntity ( @NonNull String  item)
inline

Definition at line 26 of file HistoryEntity.java.

27 {
28 this.item = item;
29 this.timestamp = new Date().getTime();
30 }

Field Documentation

◆ item

String com.freerdp.freerdpcore.data.HistoryEntity.item

Definition at line 22 of file HistoryEntity.java.

◆ timestamp

long com.freerdp.freerdpcore.data.HistoryEntity.timestamp

Definition at line 24 of file HistoryEntity.java.


The documentation for this class was generated from the following file: