public class

PropertyConfigParcel.StringIndexingConfigParcel

extends AbstractSafeParcelable

 java.lang.Object

androidx.appsearch.safeparcel.AbstractSafeParcelable

↳androidx.appsearch.safeparcel.PropertyConfigParcel.StringIndexingConfigParcel

Overview

Class to hold configuration a string type.

Summary

Fields
public static final <any>CREATOR

Constructors
publicStringIndexingConfigParcel(int indexingType, int tokenizerType)

Constructor for PropertyConfigParcel.StringIndexingConfigParcel.

Methods
public booleanequals(java.lang.Object other)

public intgetIndexingType()

Gets the indexing type for this property.

public intgetTokenizerType()

Gets the tokenization type for this property.

public inthashCode()

public java.lang.StringtoString()

public voidwriteToParcel(Parcel dest, int flags)

To be implemented by child classes.

from AbstractSafeParcelabledescribeContents
from java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait

Fields

public static final <any> CREATOR

Constructors

public StringIndexingConfigParcel(int indexingType, int tokenizerType)

Constructor for PropertyConfigParcel.StringIndexingConfigParcel.

Methods

public int getIndexingType()

Gets the indexing type for this property.

public int getTokenizerType()

Gets the tokenization type for this property.

public void writeToParcel(Parcel dest, int flags)

To be implemented by child classes.

This is purely for code sync purpose. Have writeToParcel here so we can keep "@Override" in child classes.

public int hashCode()

public boolean equals(java.lang.Object other)

public java.lang.String toString()