Package io.didomi.sdk.models
Class Feature
-
- All Implemented Interfaces:
-
android.os.Parcelable,io.didomi.sdk.models.DataProcessing
public final class Feature implements DataProcessing
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StringiabIdprivate Stringnameprivate Stringdescriptionprivate StringdescriptionLegalprivate List<String>illustrations
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetIabId()StringgetName()UnitsetName(@SerializedName(value = "name") String name)StringgetDescription()UnitsetDescription(@SerializedName(value = "description") String description)StringgetDescriptionLegal()UnitsetDescriptionLegal(@SerializedName(value = "descriptionLegal") String descriptionLegal)List<String>getIllustrations()UnitsetIllustrations(@SerializedName(value = "illustrations") List<String> illustrations)-
-
Method Detail
-
getDescription
String getDescription()
-
setDescription
Unit setDescription(@SerializedName(value = "description") String description)
-
getDescriptionLegal
String getDescriptionLegal()
-
setDescriptionLegal
Unit setDescriptionLegal(@SerializedName(value = "descriptionLegal") String descriptionLegal)
-
getIllustrations
List<String> getIllustrations()
-
setIllustrations
Unit setIllustrations(@SerializedName(value = "illustrations") List<String> illustrations)
-
-
-
-