CompoundExtraction

public class CompoundExtraction implements Parcelable

Created by Alpar Szotyori on 13.02.2020. Copyright (c) 2020 Gini GmbH.

Constructors

CompoundExtraction
Link copied to clipboard
void CompoundExtraction(@NonNull() String name, @NonNull() List<Map<String, SpecificExtraction>> specificExtractionMaps)
Value object for a compound extraction from the Gini API.

Functions

describeContents
Link copied to clipboard
int describeContents()
getName
Link copied to clipboard
String getName()
getSpecificExtractionMaps
Link copied to clipboard
writeToParcel
Link copied to clipboard
void writeToParcel(@NonNull() Parcel dest, int flags)

Properties

CREATOR
Link copied to clipboard
public final static Parcelable.Creator<CompoundExtractionCREATOR