public class EventData
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| EventData() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Date | getClientTimestamp()Gets the clientTimestamp. | 
| java.lang.String | getCollectionId()Gets the collectionId. | 
| java.lang.Long | getDisplayRank()Gets the displayRank. | 
| java.lang.String | getDocumentId()Gets the documentId. | 
| java.lang.String | getEnvironmentId()Gets the environmentId. | 
| java.lang.String | getQueryId()Gets the queryId. | 
| java.lang.String | getSessionToken()Gets the sessionToken. | 
| void | setClientTimestamp(java.util.Date clientTimestamp)Sets the clientTimestamp. | 
| void | setCollectionId(java.lang.String collectionId)Sets the collectionId. | 
| void | setDisplayRank(long displayRank)Sets the displayRank. | 
| void | setDocumentId(java.lang.String documentId)Sets the documentId. | 
| void | setEnvironmentId(java.lang.String environmentId)Sets the environmentId. | 
| void | setSessionToken(java.lang.String sessionToken)Sets the sessionToken. | 
public java.lang.String getEnvironmentId()
public java.lang.String getSessionToken()
public java.util.Date getClientTimestamp()
public java.lang.Long getDisplayRank()
public java.lang.String getCollectionId()
public java.lang.String getDocumentId()
public java.lang.String getQueryId()
public void setEnvironmentId(java.lang.String environmentId)
environmentId - the new environmentIdpublic void setSessionToken(java.lang.String sessionToken)
sessionToken - the new sessionTokenpublic void setClientTimestamp(java.util.Date clientTimestamp)
clientTimestamp - the new clientTimestamppublic void setDisplayRank(long displayRank)
displayRank - the new displayRankpublic void setCollectionId(java.lang.String collectionId)
collectionId - the new collectionIdpublic void setDocumentId(java.lang.String documentId)
documentId - the new documentId