Class JournalEntry
- java.lang.Object
-
- com.adobe.aio.event.journal.model.JournalEntry
-
public class JournalEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description JournalEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<Event>
getEvents()
Map<String,String>
getLinks()
String
getNextLink()
Page
getPage()
int
getRetryAfterInSeconds()
int
hashCode()
boolean
isEmpty()
void
setLinks(Map<String,String> links)
void
setRetryAfterInSeconds(String retryAfterInSeconds)
int
size()
String
toString()
-