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 12 of file HistoryEntity.java.

Constructor & Destructor Documentation

◆ HistoryEntity()

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

Definition at line 18 of file HistoryEntity.java.

19 {
20 this.item = item;
21 this.timestamp = new Date().getTime();
22 }

Field Documentation

◆ item

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

Definition at line 14 of file HistoryEntity.java.

◆ timestamp

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

Definition at line 16 of file HistoryEntity.java.


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