public class

PropertyConfigParcel.EmbeddingIndexingConfigParcel

extends AbstractSafeParcelable

 java.lang.Object

androidx.appsearch.safeparcel.AbstractSafeParcelable

↳androidx.appsearch.safeparcel.PropertyConfigParcel.EmbeddingIndexingConfigParcel

Overview

Class to hold configuration for embedding property.

Summary

Fields
public static final <any>CREATOR

Constructors
publicEmbeddingIndexingConfigParcel(int indexingType)

Constructor for PropertyConfigParcel.EmbeddingIndexingConfigParcel.

Methods
public booleanequals(java.lang.Object other)

public intgetIndexingType()

Gets the indexing type for this embedding 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 EmbeddingIndexingConfigParcel(int indexingType)

Constructor for PropertyConfigParcel.EmbeddingIndexingConfigParcel.

Methods

public int getIndexingType()

Gets the indexing type for this embedding 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()