public class PassportNfcData
Wraps all the data loaded from DG1 and DG2 groups
public PassportNfcData(@Nullable
PassportNfcDg1DataItem[] dg1Data,
@Nullable
PassportNfcDg2DataItem[] dg2Data,
@Nullable
android.graphics.Bitmap dg2Image)
Wraps all the data loaded from DG1 and DG2 groups
dg1Data - the list of items class PassportNfcDg1DataItem loaded from DG1 group of the passportdg2Data - the list of items class PassportNfcDg2DataItem loaded from DG2 group of the passportdg2Image - bitmap with a photo from the DG2 grouppublic boolean equals(@Nullable
java.lang.Object other)
public int hashCode()
@Nullable public PassportNfcDg1DataItem[] getDg1Data()
the list of items
class PassportNfcDg1DataItem loaded from DG1 group of the passport
class PassportNfcDg1DataItem@Nullable public PassportNfcDg2DataItem[] getDg2Data()
the list of items
class PassportNfcDg2DataItem loaded from DG2 group of the passport
class PassportNfcDg2DataItem@Nullable public android.graphics.Bitmap getDg2Image()
bitmap with a photo from the DG2 group
@Nullable public PassportNfcDg1DataItem[] component1()
the list of items
class PassportNfcDg1DataItem loaded from DG1 group of the passport
class PassportNfcDg1DataItem@Nullable public PassportNfcDg2DataItem[] component2()
the list of items
class PassportNfcDg2DataItem loaded from DG2 group of the passport
class PassportNfcDg2DataItem@Nullable public android.graphics.Bitmap component3()
bitmap with a photo from the DG2 group
@NotNull public PassportNfcData copy(@Nullable PassportNfcDg1DataItem[] dg1Data, @Nullable PassportNfcDg2DataItem[] dg2Data, @Nullable android.graphics.Bitmap dg2Image)
Wraps all the data loaded from DG1 and DG2 groups
dg1Data - the list of items class PassportNfcDg1DataItem loaded from DG1 group of the passportdg2Data - the list of items class PassportNfcDg2DataItem loaded from DG2 group of the passportdg2Image - bitmap with a photo from the DG2 group@NotNull public java.lang.String toString()