Class DelayedInfoCi
java.lang.Object
com.sportradar.unifiedodds.sdk.internal.caching.ci.DelayedInfoCi
Event delay info cache representation
-
Constructor Summary
ConstructorsConstructorDescriptionDelayedInfoCi(com.sportradar.uf.sportsapi.datamodel.SapiDelayedInfo delayedInfo, Locale locale) Initializes a new delayed info CIDelayedInfoCi(ExportableDelayedInfoCi exportable) -
Method Summary
Modifier and TypeMethodDescriptionexport()getDescription(Locale locale) Returns the delay info description in the specifiedLocaleintgetId()Returns the delay info identifierbooleanhasTranslationsFor(List<Locale> locales) Check if the cache item contains the providedLocalesvoidMerges the provided data in the associated cache item
-
Constructor Details
-
Method Details
-
getId
public int getId()Returns the delay info identifier- Returns:
- the delay info identifier
-
getDescription
Returns the delay info description in the specifiedLocale -
hasTranslationsFor
Check if the cache item contains the providedLocales -
merge
Merges the provided data in the associated cache item- Parameters:
delayedInfo- the data which should be mergedlocale- theLocalein which the data is provided
-
export
-