public class AquamapsEntry extends LogEntry
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AquamapsEntry.AquamapsTokens |
LogEntry.TokensTypedate, DATE_FORMAT, entryType, format, line, message, parameterSeparator, parameterValueSeparator, record, tokenizer, user, vre| Constructor and Description |
|---|
AquamapsEntry(String line,
AccessLogParser.EntryType type)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.messaging.common.messages.records.BaseRecord |
fillRecord() |
String |
getHspecId() |
long |
getSpeciesCount() |
String |
getTitle() |
String |
getType() |
boolean |
isGis() |
void |
setGis(boolean gis) |
void |
setHspecId(String hspecId) |
void |
setSpeciesCount(long speciesCount) |
void |
setTitle(String title) |
void |
setType(String type) |
getDate, getEntryType, getMessage, getRecord, getUser, getVre, parse, setDate, setEntryType, setMessage, setRecordName, setUser, setVre, toStringpublic AquamapsEntry(String line, AccessLogParser.EntryType type) throws ParseException
line - the line to parseThe - EntryTypeParseException - exceptionpublic String getTitle()
public void setTitle(String title)
public String getType()
public void setType(String type)
public long getSpeciesCount()
public void setSpeciesCount(long speciesCount)
public boolean isGis()
public void setGis(boolean gis)
public String getHspecId()
public void setHspecId(String hspecId)
public org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
fillRecord in class LogEntryCopyright © 2015. All Rights Reserved.