-
- All Implemented Interfaces:
-
android.os.Parcelable
public class CompoundExtraction implements Parcelable
Created by Alpar Szotyori on 13.02.2020. Copyright (c) 2020 Gini GmbH.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<CompoundExtraction>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors Constructor Description CompoundExtraction(String name, List<Map<String, SpecificExtraction>> specificExtractionMaps)Value object for a compound extraction from the Gini API.
-
Method Summary
Modifier and Type Method Description StringgetName()List<Map<String, SpecificExtraction>>getSpecificExtractionMaps()intdescribeContents()voidwriteToParcel(@NonNull() Parcel dest, int flags)-
-
Constructor Detail
-
CompoundExtraction
CompoundExtraction(String name, List<Map<String, SpecificExtraction>> specificExtractionMaps)
Value object for a compound extraction from the Gini API.- Parameters:
name- The compound extraction's name, e.g.specificExtractionMaps- A list of specific extractions bundled into separate maps.
-
-
Method Detail
-
getSpecificExtractionMaps
@NonNull() List<Map<String, SpecificExtraction>> getSpecificExtractionMaps()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
-
-
-