public class EventData
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
EventData.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Date |
clientTimestamp()
Gets the clientTimestamp.
|
String |
collectionId()
Gets the collectionId.
|
Long |
displayRank()
Gets the displayRank.
|
String |
documentId()
Gets the documentId.
|
String |
environmentId()
Gets the environmentId.
|
EventData.Builder |
newBuilder()
New builder.
|
String |
queryId()
Gets the queryId.
|
String |
sessionToken()
Gets the sessionToken.
|
public EventData.Builder newBuilder()
public String environmentId()
The **environment_id** associated with the query that the event is associated with.
public String sessionToken()
The session token that was returned as part of the query results that this event is associated with.
public Date clientTimestamp()
The optional timestamp for the event that was created. If not provided, the time that the event was created in the log was used.
public Long displayRank()
The rank of the result item which the event is associated with.
public String collectionId()
The **collection_id** of the document that this event is associated with.
public String documentId()
The **document_id** of the document that this event is associated with.
public String queryId()
The query identifier stored in the log. The query and any events associated with that query are stored with the same **query_id**.
Copyright © 2024 IBM Cloud. All rights reserved.