- All Implemented Interfaces:
WithId
@PublicApi
@Immutable
public class DeletedWorklog
extends Object
implements WithId
Information about removed worklog.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeletedWorklog
public DeletedWorklog(Long id,
Date deletionTime)
-
Method Details
-
getId
- Specified by:
getId in interface WithId
- Returns:
- id of the removed worklog.
-
getDeletionTime
public Date getDeletionTime()
- Returns:
- time of deletion of worklog.