Class GetLogFile200Response
java.lang.Object
com.algolia.model.querysuggestions.GetLogFile200Response
GetLogFile200Response
-
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.Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format.int
hashCode()
setContextLevel
(Integer contextLevel) setMessage
(String message) setTimestamp
(String timestamp) toString()
-
Constructor Details
-
GetLogFile200Response
public GetLogFile200Response()
-
-
Method Details
-
setTimestamp
-
getTimestamp
Timestamp in [ISO-8601](https://wikipedia.org/wiki/ISO_8601) format.- Returns:
- timestamp
-
setLevel
-
getLevel
Get level- Returns:
- level
-
setMessage
-
getMessage
Details about this log entry.- Returns:
- message
-
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.- Returns:
- contextLevel
-
equals
-
hashCode
public int hashCode() -
toString
-