CompoundExtraction

public class CompoundExtraction implements Parcelable

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

Constructors

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

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

Properties

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