Class LogFile
java.lang.Object
com.algolia.model.querysuggestions.LogFile
LogFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Level indicating the position of a suggestion in a hierarchy of records.getLevel()
Get levelDetails about this log entry.Date and time of the log entry, in RFC 3339 format.int
hashCode()
setContextLevel
(Integer contextLevel) setMessage
(String message) setTimestamp
(String timestamp) toString()
-
Constructor Details
-
LogFile
public LogFile()
-
-
Method Details
-
setTimestamp
-
getTimestamp
Date and time of the log entry, in RFC 3339 format. -
setLevel
-
getLevel
Get level -
setMessage
-
getMessage
Details about this log entry. -
setContextLevel
-
getContextLevel
Level indicating the position of a suggestion in a hierarchy of records. For example, a `contextLevel` of 1 indicates that this suggestion belongs to a previous suggestion with `contextLevel` 0. -
equals
-
hashCode
public int hashCode() -
toString
-