public class EmailDelegateLookupImpl extends com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate implements EmailDelegate
Constructor and Description |
---|
EmailDelegateLookupImpl(EmailTypeAPI typeAPI) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress(int ordinal) |
boolean |
getAllAliases(int ordinal) |
java.lang.Boolean |
getAllAliasesBoxed(int ordinal) |
boolean |
getIsDefault(int ordinal) |
java.lang.Boolean |
getIsDefaultBoxed(int ordinal) |
int |
getNgramsOrdinal(int ordinal) |
com.netflix.hollow.core.schema.HollowObjectSchema |
getSchema() |
EmailTypeAPI |
getTypeAPI() |
com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess |
getTypeDataAccess() |
boolean |
isAddressEqual(int ordinal,
java.lang.String testValue) |
getBoolean, getBytes, getDouble, getFloat, getInt, getLong, getOrdinal, getString, isNull, isStringFieldEqual
public EmailDelegateLookupImpl(EmailTypeAPI typeAPI)
public java.lang.String getAddress(int ordinal)
getAddress
in interface EmailDelegate
public boolean isAddressEqual(int ordinal, java.lang.String testValue)
isAddressEqual
in interface EmailDelegate
public int getNgramsOrdinal(int ordinal)
getNgramsOrdinal
in interface EmailDelegate
public boolean getAllAliases(int ordinal)
getAllAliases
in interface EmailDelegate
public java.lang.Boolean getAllAliasesBoxed(int ordinal)
getAllAliasesBoxed
in interface EmailDelegate
public boolean getIsDefault(int ordinal)
getIsDefault
in interface EmailDelegate
public java.lang.Boolean getIsDefaultBoxed(int ordinal)
getIsDefaultBoxed
in interface EmailDelegate
public EmailTypeAPI getTypeAPI()
getTypeAPI
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
getTypeAPI
in interface EmailDelegate
public com.netflix.hollow.core.schema.HollowObjectSchema getSchema()
getSchema
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
public com.netflix.hollow.core.read.dataaccess.HollowObjectTypeDataAccess getTypeDataAccess()
getTypeDataAccess
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
Copyright © 2021. All Rights Reserved.