Package com.atlan.model.search
Class IndexSearchRequest.Metadata
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.search.IndexSearchRequest.Metadata
- All Implemented Interfaces:
Serializable
- Enclosing class:
IndexSearchRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
IndexSearchRequest.Metadata.MetadataBuilder<C extends IndexSearchRequest.Metadata,
B extends IndexSearchRequest.Metadata.MetadataBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSearchRequest.Metadata.MetadataBuilder
<?, ?> builder()
protected boolean
boolean
Whether to log this search (true) or not (false).Input in the searchbar when the search was run.Tags to associate with the search request.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Metadata
-
-
Method Details
-
builder
-
toBuilder
-
getSaveSearchLog
Whether to log this search (true) or not (false). -
getUtmTags
Tags to associate with the search request. -
getSearchInput
Input in the searchbar when the search was run. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-