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 classIndexSearchRequest.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 booleanbooleanWhether to log this search (true) or not (false).Input in the searchbar when the search was run.Tags to associate with the search request.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-