Package com.blukii.sdk.info
Class InfoBundleData
java.lang.Object
com.blukii.sdk.info.InfoBundleData
- All Implemented Interfaces:
android.os.Parcelable
Read only data object for Info Bundle data retrieved from blukii Manager Info CMS.
It contains the results of the BlukiiInfo.getInfoBundles(List, BlukiiInfo.OnGetInfoBundlesListener)
request to the blukii Manager Info CMS (https://manager.blukii.com).
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintgetId()Gets the Bundle Id.Gets all InfoData items of the Bundle.getName()Gets the identifiable name of the Bundle.Gets the map of bundle output data that is referenced by the output language.longGets the timestamp of last retrieve from blukii Manager.booleanisCached()Gets if the InfoData values has been retrieved from cache.booleanGets if the InfoData items has been marked as protected.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getId
Gets the Bundle Id.- Returns:
- Bundle Id
-
getOutputDataList
Gets the map of bundle output data that is referenced by the output language.As map key the following output languages can be used:
BlukiiInfo.OUTPUTLANGUAGE_GERMANGermanBlukiiInfo.OUTPUTLANGUAGE_ENGLISHEnglishBlukiiInfo.OUTPUTLANGUAGE_FRENCHFrench
Note: This map only contains output data of languages that are configured for the Bundle on blukii Manager CMS.
- Returns:
- map of output data
- See Also:
-
getInfoDataList
Gets all InfoData items of the Bundle.- Returns:
- InfoData list.
- See Also:
-
getName
Gets the identifiable name of the Bundle.- Returns:
- Bundle name
-
isItemsProtected
public boolean isItemsProtected()Gets if the InfoData items has been marked as protected.- Returns:
- true, if protected
-
getTimeStamp
public long getTimeStamp()Gets the timestamp of last retrieve from blukii Manager.- Returns:
- Time stamp in time millis
-
isCached
public boolean isCached()Gets if the InfoData values has been retrieved from cache.- Returns:
- true, if cached
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-