Package com.atlan.model.search
Class SearchLogEntry
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.search.SearchLogEntry
- All Implemented Interfaces:
Serializable
Base class for entries in the search log.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Modifier and TypeFieldDescriptionstatic final KeywordField
GUID(s) of asset(s) that were in the results of the search.static final BooleanField
Whether the search was successful (false) or not (true).static final BooleanField
Whether the search had any results (true) or not (false).static final KeywordField
Hostname of the tenant against which the search was run.static final KeywordField
IP address from which the search was run.static final NumericField
Time (epoch-style) at which the search was logged, in milliseconds.static final KeywordField
Unique name(s) of asset(s) that were in the results of the search.static final NumericField
Elapsed time to produce the results for the search, in milliseconds.static final NumericField
Number of results for the search.static final KeywordField
Text a user entered for their search.static final NumericField
Time (epoch-style) at which the search was initiated, in milliseconds.static final KeywordField
Name(s) of the types of assets that were in the results of the search.static final KeywordField
Username of the user who ran the search.static final KeywordField
Details of the browser or other client used to make the request.static final KeywordField
Tag(s) that were sent in the search request.Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time (epoch-style) at which the search was logged, in milliseconds.Whether the search was successful (false) or not (true).Whether the search had any results (true) or not (false).getHost()
Hostname of the tenant against which the search was run.IP address from which the search was run.List of attribute (names) that were requested as part of the search.DSL of the full search request that was made.DSL of the full search request that was made, as a string.List of relationship attribute (names) that were requested as part of the search.Elapsed time to produce the results for the search, in milliseconds.List of all GUIDs for assets that were results of the search.List of all GUIDs for assets that were results of the search, that the user is permitted to see.List of all qualifiedNames for assets that were results of the search.List of all qualifiedNames for assets that were results of the search, that the user is permitted to see.Number of results for the search.List of all typeNames for assets that were results of the search.List of all typeNames for assets that were results of the search, that the user is permitted to see.Text a user entered for their search.Time (epoch-style) at which the search was run, in milliseconds.Details of the browser or other client used to make the request.Username of the user who ran the search.List of the UTM tags that were sent in the search request.int
hashCode()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson, toString
-
Field Details
-
USER_AGENT
Details of the browser or other client used to make the request. -
HOST
Hostname of the tenant against which the search was run. -
IP_ADDRESS
IP address from which the search was run. -
USER
Username of the user who ran the search. -
ENTITY_ID
GUID(s) of asset(s) that were in the results of the search. -
QUALIFIED_NAME
Unique name(s) of asset(s) that were in the results of the search. -
TYPE_NAME
Name(s) of the types of assets that were in the results of the search. -
UTM_TAGS
Tag(s) that were sent in the search request. -
SEARCH_INPUT
Text a user entered for their search. -
HAS_RESULT
Whether the search had any results (true) or not (false). -
RESULTS_COUNT
Number of results for the search. -
RESPONSE_TIME
Elapsed time to produce the results for the search, in milliseconds. -
LOGGED_AT
Time (epoch-style) at which the search was logged, in milliseconds. -
SEARCHED_AT
Time (epoch-style) at which the search was initiated, in milliseconds. -
FAILED
Whether the search was successful (false) or not (true).
-
-
Constructor Details
-
SearchLogEntry
public SearchLogEntry()
-
-
Method Details
-
getUserAgent
Details of the browser or other client used to make the request. -
getHost
Hostname of the tenant against which the search was run. -
getIpAddress
IP address from which the search was run. -
getUserName
Username of the user who ran the search. -
getResultGuids
List of all GUIDs for assets that were results of the search. -
getResultQualifiedNames
List of all qualifiedNames for assets that were results of the search. -
getResultGuidsAllowed
List of all GUIDs for assets that were results of the search, that the user is permitted to see. -
getResultQualifiedNamesAllowed
List of all qualifiedNames for assets that were results of the search, that the user is permitted to see. -
getResultTypeNames
List of all typeNames for assets that were results of the search. -
getResultTypeNamesAllowed
List of all typeNames for assets that were results of the search, that the user is permitted to see. -
getUtmTags
List of the UTM tags that were sent in the search request. -
getSearchInput
Text a user entered for their search. -
getHasResult
Whether the search had any results (true) or not (false). -
getResultsCount
Number of results for the search. -
getResponseTime
Elapsed time to produce the results for the search, in milliseconds. -
getCreatedAt
Time (epoch-style) at which the search was logged, in milliseconds. -
getTimestamp
Time (epoch-style) at which the search was run, in milliseconds. -
getFailed
Whether the search was successful (false) or not (true). -
getRequestDsl
DSL of the full search request that was made. -
getRequestDslText
DSL of the full search request that was made, as a string. -
getRequestAttributes
List of attribute (names) that were requested as part of the search. -
getRequestRelationAttributes
List of relationship attribute (names) that were requested as part of the search. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-