public class LogQueryResponseResult extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
LogQueryResponseResult.DocumentType
The type of log entry returned.
|
static interface |
LogQueryResponseResult.EventType
The type of event that this object respresents.
|
static interface |
LogQueryResponseResult.ResultType
The type of result that this **event** is associated with.
|
Constructor and Description |
---|
LogQueryResponseResult() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getClientTimestamp()
Gets the clientTimestamp.
|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.util.Date |
getCreatedTimestamp()
Gets the createdTimestamp.
|
java.lang.String |
getCustomerId()
Gets the customerId.
|
java.lang.Long |
getDisplayRank()
Gets the displayRank.
|
java.lang.String |
getDocumentId()
Gets the documentId.
|
LogQueryResponseResultDocuments |
getDocumentResults()
Gets the documentResults.
|
java.lang.String |
getDocumentType()
Gets the documentType.
|
java.lang.String |
getEnvironmentId()
Gets the environmentId.
|
java.lang.String |
getEventType()
Gets the eventType.
|
java.lang.String |
getNaturalLanguageQuery()
Gets the naturalLanguageQuery.
|
java.lang.String |
getQueryId()
Gets the queryId.
|
java.lang.String |
getResultType()
Gets the resultType.
|
java.lang.String |
getSessionToken()
Gets the sessionToken.
|
equals, hashCode, toString
public java.lang.String getEnvironmentId()
public java.lang.String getCustomerId()
public java.lang.String getDocumentType()
public java.lang.String getNaturalLanguageQuery()
public LogQueryResponseResultDocuments getDocumentResults()
public java.util.Date getCreatedTimestamp()
public java.util.Date getClientTimestamp()
public java.lang.String getQueryId()
public java.lang.String getSessionToken()
public java.lang.String getCollectionId()
public java.lang.Long getDisplayRank()
public java.lang.String getDocumentId()
public java.lang.String getEventType()
public java.lang.String getResultType()