enterprises.orbital.evexmlapi.chr.INotification Maven / Gradle / Ivy
package enterprises.orbital.evexmlapi.chr;
import java.util.Date;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
@JsonSerialize(as = INotification.class)
public interface INotification {
public long getNotificationID();
public int getTypeID();
public long getSenderID();
public Date getSentDate();
public boolean isRead();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy