public class Event extends Object implements Serializable
Event()
Event(String topic, String content)
String
content()
key()
Event
key(String key)
Date
scheduled()
scheduled(Date scheduled)
tags()
tags(String tags)
int
times()
times(int times)
topic()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Event()
public Event(String topic, String content)
public String topic()
public String content()
public String key()
public Event key(String key)
public String tags()
public Event tags(String tags)
public Date scheduled()
public Event scheduled(Date scheduled)
public int times()
public Event times(int times)
Copyright © 2021. All rights reserved.