public class EmailDelegateCachedImpl extends com.netflix.hollow.api.objects.delegate.HollowObjectAbstractDelegate implements com.netflix.hollow.api.objects.delegate.HollowCachedDelegate, EmailDelegate
Constructor and Description |
---|
EmailDelegateCachedImpl(EmailTypeAPI typeAPI,
int ordinal) |
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) |
void |
updateTypeAPI(com.netflix.hollow.api.custom.HollowTypeAPI typeAPI) |
getBoolean, getBytes, getDouble, getFloat, getInt, getLong, getOrdinal, getString, isNull, isStringFieldEqual
public EmailDelegateCachedImpl(EmailTypeAPI typeAPI, int ordinal)
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 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
public EmailTypeAPI getTypeAPI()
getTypeAPI
in interface com.netflix.hollow.api.objects.delegate.HollowObjectDelegate
getTypeAPI
in interface EmailDelegate
public void updateTypeAPI(com.netflix.hollow.api.custom.HollowTypeAPI typeAPI)
updateTypeAPI
in interface com.netflix.hollow.api.objects.delegate.HollowCachedDelegate
Copyright © 2021. All Rights Reserved.