public class TinyTaskService.Task
public final long
id
public final String
key
TinyTaskService.Task(long id, String key, boolean scheduled)
long
getId()
String
getKey()
boolean
isScheduled()
equals(@Nullable() Object o)
int
hashCode()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
long getId()
String getKey()
boolean isScheduled()
boolean equals(@Nullable() Object o)
int hashCode()
@NotNull() String toString()